Hi Team, Quick question - While trying to enable G...
# troubleshoot
h
Hi Team, Quick question - While trying to enable Glue Profiling for a non-partitioned table I am getting this error - Is profiling only enabled for partitioned tables ( though in code I do see it as available - glue.py lines 837-841)?
Copy code
else:
                # ingest data profile without partition
                table_stats = response["Table"]["Parameters"]
                column_stats = response["Table"]["StorageDescriptor"]["Columns"]
                return [self._create_profile_mcp(mce, table_stats, column_stats)]
h
@dazzling-judge-80093, can you pick this one up?