You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use Piperider to profile datasets with user that has read-only rights to those tables. So far CLI nor dbt-config did not allow me to do so - it only allows me to profile the particular schema used in the config. This is an example:
My user has a dedicated workspace with write access and has a read-only access to schemas/tables I would like to run profiling.
when I forced it through CLI --table command it ended up with this error:
Error: Profiler Exception: ProgrammingError('(snowflake.connector.errors.ProgrammingError) 001059 (22023) : SQL compilation error: Must specify the full search path starting from database for SAPI_9609
[SOL: SHOW /* sqlalchemy:_get_schema_primary_keys */PRIMARY KEYS IN SCHEMA sapi_96091
(Background on this error at: https://sqlalche.me/e/14/f405)')
The text was updated successfully, but these errors were encountered:
@Vfisa PipeRider does support accessing the read-only snowflake tables.
However, the CLI run option --table with schema and table name didn't work here could be caused by the following issue: #666
I would like to use Piperider to profile datasets with user that has read-only rights to those tables. So far CLI nor dbt-config did not allow me to do so - it only allows me to profile the particular schema used in the config. This is an example:
My user has a dedicated workspace with write access and has a read-only access to schemas/tables I would like to run profiling.
when I forced it through CLI
--table
command it ended up with this error:The text was updated successfully, but these errors were encountered: