1

I am new to snowflake. I am wondering how to build a data catalog for snowflake's data?

I cannot find documentation on that. I can find this post. But it seems that it does not use the catalog function.

Monem_منعم
  • 336
  • 2
  • 10
JOHN
  • 1,411
  • 3
  • 21
  • 41

2 Answers2

0

I find useful information here where you need to add jdbc connection then define a crawler but seems not supporting Snowflake database as the latter link says

Crawlers can crawl the following data stores through a JDBC connection:

Amazon Redshift

Amazon Relational Database Service (Amazon RDS)

Amazon Aurora

Microsoft SQL Server

MySQL

Oracle

PostgreSQL

Publicly accessible databases

Aurora

Microsoft SQL Server

MySQL

Oracle

PostgreSQL

Also, again I find in defining connection link here those are the supported databases only

AWS Glue can connect to the following data stores through a JDBC connection:

Amazon Redshift

Amazon Aurora

Microsoft SQL Server

MySQL

Oracle

PostgreSQL

Monem_منعم
  • 336
  • 2
  • 10
0

Now the Snowflake support is added in AWS Glue Crawler.

Refer: https://aws.amazon.com/blogs/big-data/announcing-aws-glue-crawler-support-for-snowflake/

  • 1
    As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Jul 24 '23 at 11:39