Test schema is no longer needed (e.g. the __tests schema is now optional).
AWS credentials for S3 automatically detected (via boto3) - Contributed by Por Heng! 🎉
Added query ID to dbt_run_results, model_run_results, and snapshot_run_results (currently supported for Snowflake only) - Contributed by Prabahar Kamatchirajan! 🎉
Added a flag of whether the invocation was the first or last of the day to model_run_results - Contributed by Ekaterina Khrushch! 🎉
Added a --quoting flag to the CLI to allow overriding the default dbt quoting settings in the CLI’s internal dbt package - Thanks Daniel Gaimster for reporting!