Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search for Snowflake table column entities returning no results #285

Open
klan315 opened this issue Mar 11, 2024 · 0 comments
Open

Search for Snowflake table column entities returning no results #285

klan315 opened this issue Mar 11, 2024 · 0 comments
Labels
purview question A question more about Purview and less about PyApacheAtlas

Comments

@klan315
Copy link

klan315 commented 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

@klan315 klan315 added the purview question A question more about Purview and less about PyApacheAtlas label Mar 11, 2024
@klan315 klan315 changed the title Search for Snowflake table entities returning no results Search for Snowflake table column entities returning no results Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
purview question A question more about Purview and less about PyApacheAtlas
Projects
None yet
Development

No branches or pull requests

1 participant