opendatadiscovery / odd-collectors

Apache License 2.0
8 stars 9 forks source link

Change Snowflake oddrn construction strategy for pipes #78

Closed ValeriyWorld closed 3 months ago

ValeriyWorld commented 3 months ago

Currently we have this structure: //snowflake/host/XXXXXXX-YYYYYYY.snowflakecomputing.com/pipes/MY_PIPE_NAME it means that database and schema of pipe are not used in the oddrn. The result of this is the following: if there are 2 pipes with the same name but they are in different schemas we can not parse them, because they will have the same oddrn - so error creating the entity with the same oddrn. Also with the current oddrn construction we can not connect pipe to the schema it belongs to.

ValeriyWorld commented 3 months ago

Closed with #77 and oddrn-generator changes - https://github.com/opendatadiscovery/oddrn-generator/pull/99