Loading templates/gitlab-ci-dbt-gcp.yml +10 −1 Original line number Diff line number Diff line Loading @@ -127,3 +127,12 @@ variables: before_script: - !reference [.dbt-base, before_script] - !reference [.dbt-gcp-adc] dbt-sqlfluff-lint: extends: .dbt-base id_tokens: GCP_JWT: aud: "$GCP_OIDC_AUD" before_script: - !reference [.dbt-base, before_script] - !reference [.dbt-gcp-adc] No newline at end of file templates/gitlab-ci-dbt.yml +2 −1 Original line number Diff line number Diff line Loading @@ -480,6 +480,7 @@ dbt-sqlfluff-lint: stage: build script: - maybe_install sqlfluff sqlfluff-templater-dbt - dbt deps --project-dir "${DBT_PROJECT_DIR}" --profiles-dir "${DBT_PROFILES_DIR}" - cd "${DBT_PROJECT_DIR}" - sqlfluff lint ${TRACE+--verbose} --format human $DBT_SQLFLUFF_LINT_ARGS rules: Loading Loading
templates/gitlab-ci-dbt-gcp.yml +10 −1 Original line number Diff line number Diff line Loading @@ -127,3 +127,12 @@ variables: before_script: - !reference [.dbt-base, before_script] - !reference [.dbt-gcp-adc] dbt-sqlfluff-lint: extends: .dbt-base id_tokens: GCP_JWT: aud: "$GCP_OIDC_AUD" before_script: - !reference [.dbt-base, before_script] - !reference [.dbt-gcp-adc] No newline at end of file
templates/gitlab-ci-dbt.yml +2 −1 Original line number Diff line number Diff line Loading @@ -480,6 +480,7 @@ dbt-sqlfluff-lint: stage: build script: - maybe_install sqlfluff sqlfluff-templater-dbt - dbt deps --project-dir "${DBT_PROJECT_DIR}" --profiles-dir "${DBT_PROFILES_DIR}" - cd "${DBT_PROJECT_DIR}" - sqlfluff lint ${TRACE+--verbose} --format human $DBT_SQLFLUFF_LINT_ARGS rules: Loading