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
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
soda scan commands are quite verbose with the two positional arguments (WAREHOUSE_YML_FILE and SCAN_YML_FILE). You could change the WAREHOUSE_YML_FILE positional argument to a keyword argument (e.g., --warehouse-config) and use an environment variable (e.g,. SODA_WAREHOUSE_FILE) as the default value. This would be similar to what dbt has done with their profiles configuration.
The text was updated successfully, but these errors were encountered:
soda scan
commands are quite verbose with the two positional arguments (WAREHOUSE_YML_FILE and SCAN_YML_FILE). You could change the WAREHOUSE_YML_FILE positional argument to a keyword argument (e.g.,--warehouse-config
) and use an environment variable (e.g,.SODA_WAREHOUSE_FILE
) as the default value. This would be similar to what dbt has done with their profiles configuration.The text was updated successfully, but these errors were encountered: