Skip to content

Commit

Permalink
Merge branch 'main' into edgarrmondragon/refactor/jsonschema-draft-20…
Browse files Browse the repository at this point in the history
…2012
  • Loading branch information
edgarrmondragon authored Oct 14, 2024
2 parents af7202e + 036d50b commit 25d1670
Show file tree
Hide file tree
Showing 5 changed files with 296 additions and 282 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
griffe==1.3.2
griffe~=1.4
pip==24.2
poetry==1.8.3
pre-commit==4.0.0
nox==2024.4.15
pre-commit==4.0.1
nox==2024.10.9
2 changes: 1 addition & 1 deletion docs/cli_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ plugins:
| Configuration store | Config JSON file (`--config=path/to/config.json`) or environment variables (`--config=ENV`) | `meltano.yml`, `.env`, environment variables, or Meltano's system db |
| Simple invocation | `my-tap --config=...` | `meltano invoke my-tap` |
| Other CLI options | `my-tap --about --format=json` | `meltano invoke my-tap --about --format=json` |
| ELT | `my-tap --config=... \| path/to/target-jsonl --config=...` | `meltano elt my-tap target-jsonl` |
| ELT | `my-tap --config=... \| path/to/target-jsonl --config=...` | `meltano run my-tap target-jsonl` |

[Meltano]: https://www.meltano.com
[declare settings]: https://docs.meltano.com/reference/command-line-interface#how-to-use-2
3 changes: 3 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,4 +277,7 @@ def api_changes(session: nox.Session) -> None:
if session.posargs:
args.append(f"-a={session.posargs[0]}")

if "GITHUB_ACTIONS" in os.environ:
args.append("-f=github")

session.run(*args, external=True)
Loading

0 comments on commit 25d1670

Please sign in to comment.