We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3713660 commit f78a3abCopy full SHA for f78a3ab
.github/workflows/framework-singer-meltano.yml
@@ -38,7 +38,7 @@ jobs:
38
os: [ 'ubuntu-latest' ]
39
python-version: [
40
'3.10',
41
- '3.11',
+ '3.14',
42
]
43
cratedb-version: [ 'nightly' ]
44
framework/singer-meltano/singerfile-to-cratedb/meltano.yml
@@ -21,7 +21,7 @@ plugins:
21
22
- name: tap-singer-jsonl
23
variant: kgpayne
24
- pip_url: git+https://github.com/crate-workbench/tap-singer-jsonl@fix-paths
+ pip_url: git+https://github.com/crate-workbench/tap-singer-jsonl@preview
25
config:
26
source: local
27
add_record_metadata: false
0 commit comments