Hello friends, quick question. In my organisation ...
# ingestion
s
Hello friends, quick question. In my organisation we have multiple Snowflake accounts. I have being running a POC ingesting metadata for one account but I was asked if having multiple ones can I filter the snoflake by account. For instance, I see we have a path like
prod/snowflake/database/schema/table
but what if I ingest metadata from another account would I get something like
prod/snowflake/account/database/schema/table
?
c
@square-hair-99480 You can use config
platform_instance
It is intended to solve the exactly same problem. Details here
s
Nice thank you very much @careful-pilot-86309!