Skip to content

Commit 44a4001

Browse files
committed
Singer/Meltano: Validate using non-workaround package
1 parent df9dc97 commit 44a4001

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

framework/singer-meltano/github-to-cratedb/meltano.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ plugins:
4141
namespace: cratedb
4242
variant: cratedb
4343
# Acquire from PyPI.
44-
pip_url: meltano-target-cratedb
44+
# pip_url: meltano-target-cratedb
4545
# Acquire from GitHub.
46-
# pip_url: git+https://github.com/crate-workbench/meltano-target-cratedb.git
46+
pip_url: git+https://github.com/crate-workbench/meltano-target-cratedb.git@cratedb-6.2
4747

4848
# Note: Configure your database server and credentials here.
4949
config:

framework/singer-meltano/singerfile-to-cratedb/meltano.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ plugins:
4242
namespace: cratedb
4343
variant: cratedb
4444
# Acquire from PyPI.
45-
pip_url: meltano-target-cratedb
45+
# pip_url: meltano-target-cratedb
4646
# Acquire from GitHub.
47-
# pip_url: git+https://github.com/crate-workbench/meltano-target-cratedb.git
47+
pip_url: git+https://github.com/crate-workbench/meltano-target-cratedb.git@cratedb-6.2
4848

4949
# Note: Configure your database server and credentials here.
5050
config:

0 commit comments

Comments
 (0)