sebastian_slanitsch
06/14/2023, 10:55 AMNO_COLOR=1 TAP_ORACLE__HR_FILTER_TABLES={table} meltano run import_hruser
06/14/2023, 1:11 PMTAP_ORACLE_FILTER_TABLES based on the hub docs too (unless youre inheriting the tap and renaming it). Maybe sharing your meltano.yml would be helpful for debugging, with any sensitive stuff removedsebastian_slanitsch
06/14/2023, 1:14 PMenvironments:
- name: dev
config:
plugins:
extractors:
- name: tap-oracle--hr
config:
host:
port:
user:
password:
filter_schemas: HR
filter_tables:
- HR-DEPARTMENTS
- HR-EMPLOYEES
- HR-JOBS
sid:
default_replication_method: FULL_TABLEsebastian_slanitsch
06/14/2023, 1:15 PMuser
06/14/2023, 1:33 PMmeltano config tap-oracle--hr to check the compiled config json that will be passed to the extractor?sebastian_slanitsch
06/14/2023, 1:34 PMuser
06/14/2023, 1:37 PM./meltano/run/tap-oracle--hr/ directory. I'm not exactly sure how this feature works but you might have a cache catalog file thats affecting it.user
06/14/2023, 1:39 PMsebastian_slanitsch
06/15/2023, 10:50 AM