Skip to content

Search for Snowflake table column entities returning no results  #285

Description

@klan315

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    purview questionA question more about Purview and less about PyApacheAtlas

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions