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
Ticket #2990 moved the PROFILES_DIR to the core/dbt/flags.py module. All of the integration tests passed because of our integration test infrastructure, but a simple command line execution of 'dbt run' fails with: "Encountered an error:
expected str, bytes or os.PathLike object, not NoneType".
This ticket will fix some places that were not updated to use flags.PROFILES_DIR instead of args.profiles_dir.
The text was updated successfully, but these errors were encountered:
Ticket #2990 moved the PROFILES_DIR to the core/dbt/flags.py module. All of the integration tests passed because of our integration test infrastructure, but a simple command line execution of 'dbt run' fails with: "Encountered an error:
expected str, bytes or os.PathLike object, not NoneType".
This ticket will fix some places that were not updated to use flags.PROFILES_DIR instead of args.profiles_dir.
The text was updated successfully, but these errors were encountered: