using version 0.11.0
I am looking to test out this project and when running the command droughty docs --project-dir droughty_project.yaml
I see the following error:
Exception: You have defined test_schemas in your project YAML file. As of 0.9.6 this is defined within the profile YAML file
I then move the test_schemas into my profile yaml file and then see the following error:
File "/Users/.../.pyenv/versions/3.11.2/lib/python3.11/site-packages/droughty/droughty_core/config.py", line 393, in assign_explore_variables
if ExploresVariables.test_schemas == None:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: type object 'ExploresVariables' has no attribute 'test_schemas'
My profile.yaml file has the following format:
bitbucket_cicd:
test_schemas:
- 'main_marts'
host: {redacted}
key_file: {redacted}
password: {redacted}
port: 443
project_name:
schema_name: {redacted}
user: {redacted}
warehouse_name: snowflake
openai_secret: {redacted}
account: {redacted}
warehouse: {redacted}
database: {redacted}
role: {redacted}
using version 0.11.0
I am looking to test out this project and when running the command
droughty docs --project-dir droughty_project.yamlI see the following error:
I then move the test_schemas into my profile yaml file and then see the following error:
My profile.yaml file has the following format: