niall_woodward
02/03/2022, 12:13 PMdan_ladd
02/03/2022, 2:30 PMtaylor
02/03/2022, 2:41 PMpat_nadolny
02/03/2022, 4:00 PMinvoke
command. You wouldnt be able to combine Singer/Airbyte since the specs arent the same (like @dan_ladd said). Definitely not easily supported but for a power user I think its might be possible. I wonder if this could work? meltano invoke airbyte:files | meltano invoke airbyte:snowflake
utilities:
- name: airbyte
namespace: airbyte
commands:
files:
executable: /usr/local/bin/docker
args: run --rm airbyte/source-file xyz
snowflake:
executable: /usr/local/bin/docker
args: run --rm airbyte/destination-snowflake xyz