Skip to content

Commit

Permalink
docs: Make quoting consistent for intervals (meltano#7763)
Browse files Browse the repository at this point in the history
  • Loading branch information
tayloramurphy committed Jun 8, 2023
1 parent 9fb62a0 commit 4898376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/_concepts/project.md
Expand Up @@ -261,7 +261,7 @@ Alternatively, you can provide a `name`, `extractor`, `loader`, `transform`, and
extractor: tap-foo
loader: target-bar
transform: skip
interval: @hourly
interval: "@hourly"
```

[Pipeline-specific configuration](/guide/integration#pipeline-specific-configuration) can be specified using [environment variables](/guide/configuration#configuring-settings) in an `env` dictionary:
Expand All @@ -270,7 +270,7 @@ Alternatively, you can provide a `name`, `extractor`, `loader`, `transform`, and
schedules:
- name: foo-to-bar
job: tap-foo-to-target-bat
interval: '@hourly'
interval: "@hourly"
env:
TAP_FOO_BAR: bar
TAP_FOO_BAZ: baz
Expand Down

0 comments on commit 4898376

Please sign in to comment.