Commit ae1df8f0 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: fix broken links

parent 4d6e7ba1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -167,9 +167,9 @@ This job performs **SQL Lint**.
| Input / Variable | Description                            | Default value     |
| ------------------------ | -------------------------------------- | ----------------- |
| `sqlfluff-enabled` / `DBT_SQLFLUFF_ENABLED` | set to `true` to enable SQLFluff lint  | _none_ (disabled) |
| `sqlfluff-lint-args` / `DBT_SQLFLUFF_LINT_ARGS` | Lint [options and arguments](https://docs.sqlfluff.com/en/stable/cli.html#sqlfluff-lint) | _none_ |
| `sqlfluff-lint-args` / `DBT_SQLFLUFF_LINT_ARGS` | Lint [options and arguments](https://docs.sqlfluff.com/en/stable/reference/cli.html#sqlfluff-lint) | _none_ |

:warning: this jobs read [SQLFluff configuration files](https://docs.sqlfluff.com/en/stable/configuration.html) in `DBT_PROJECT_DIR` directory.
:warning: this jobs read [SQLFluff configuration files](https://docs.sqlfluff.com/en/stable/configuration/setting_configuration.html) in `DBT_PROJECT_DIR` directory.

### `dbt-deploy` job

+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@
      "variables": [
        {
          "name": "DBT_SQLFLUFF_LINT_ARGS",
          "description": "Lint [options and arguments](https://docs.sqlfluff.com/en/stable/cli.html#sqlfluff-lint)",
          "description": "Lint [options and arguments](https://docs.sqlfluff.com/en/stable/reference/cli.html#sqlfluff-lint)",
          "advanced": true
        },
        {
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ spec:
      type: boolean
      default: false
    sqlfluff-lint-args:
      description: Lint [options and arguments](https://docs.sqlfluff.com/en/stable/cli.html#sqlfluff-lint)
      description: Lint [options and arguments](https://docs.sqlfluff.com/en/stable/reference/cli.html#sqlfluff-lint)
      default: ''
    sqlfluff-working-dir:
      description: Sqlfluff working directory, scope of configuration and sql files used