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
SOMEDATABASE_DB_RAW_FULL_AR is not created yet. Below is the error I get.
File "venv/lib/python3.10/site-packages/titan/blueprint.py", line 668, in fetch_remote_state
raise MissingResourceException(
titan.exceptions.MissingResourceException: Resource urn::OXB62059:database_role/SOMEDATABASE_DB_RAW_FULL_AR required by urn::OXB62059:grant/GRANT?priv=USAGE&on=database/DV_SOURCES_DB&to=database_role/SOMEDATABASE_DB_RAW_FULL_AR not found or failed to fetch
The text was updated successfully, but these errors were encountered:
venv/lib/python3.10/site-packages/titan/client.py", line 98, in execute
raise ProgrammingError(f"failed to execute sql, [{sql_text}]", errno=err.errno) from err
snowflake.connector.errors.ProgrammingError: 002043: failed to execute sql, [SHOW GRANTS OF ROLE DEV_SOURCES_DB.DEV_SOURCES_DB_FULL_AR]
In my YML file, I have the following
SOMEDATABASE_DB_RAW_FULL_AR is not created yet. Below is the error I get.
The text was updated successfully, but these errors were encountered: