Skip to content

Instantly share code, notes, and snippets.

@humorless
Created December 8, 2025 16:32
Show Gist options
  • Select an option

  • Save humorless/b99849e64b4296a894e11f922d08cf11 to your computer and use it in GitHub Desktop.

Select an option

Save humorless/b99849e64b4296a894e11f922d08cf11 to your computer and use it in GitHub Desktop.
Very quick meltano test
version: 1
default_environment: dev
project_id: 019afeb1-bcc4-7481-b40a-1010c0ab4fc4
environments:
- name: dev
- name: staging
- name: prod
plugins:
extractors:
- name: tap-smoke-test
variant: meltano
pip_url: git+https://github.com/meltano/tap-smoke-test.git
config:
streams:
- stream_name: animals
input_filename: https://raw.githubusercontent.com/meltano/tap-smoke-test/main/demo-data/animals-data.jsonl
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment