You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Using your code in migratePurview I was able to search for and export all of my Snowflake tables and views. However, when I execute the following to search of Snowflake table columns it returns no results. There is no error message, just no results.
klan315
changed the title
Search for Snowflake table entities returning no results
Search for Snowflake table column entities returning no results
Mar 11, 2024
Hi, Using your code in migratePurview I was able to search for and export all of my Snowflake tables and views. However, when I execute the following to search of Snowflake table columns it returns no results. There is no error message, just no results.
mytypes = 'snowflake_table_column'
filter_setup = {'typeName': mytypes}
results = client.discovery.search_entities(query='*', search_filter=filter_setup)
Why does it return no results? My Purview map has over 25,000 snowflake table columns.
Thank you
The text was updated successfully, but these errors were encountered: