Love Eklund
09/16/2024, 12:14 PMplugins:
  extractors:
  - name: tap-oracle
    variant: s7clarke10
    pip_url:
      git+<https://github.com/s7clarke10/pipelinewise-tap-oracle.git@53bb75ed27d7796d2f492e74cec87f10f1bce4d4>
    config:
      use_ora_rowscn: false
      ora_python_driver_type: thick
      use_singer_decimal: true
  - name: tap-oracle-demo_foo
    inherit_from: tap-oracle
    config:
      user: demo
      host: 123
      port: 420
      service_name: foo
  - name: tap-oracle-demo_foo-full_table
    inherit_from: tap-oracle-demo_foo
    config:
      default_replication_method: FULL_TABLE
  - name: tap-oracle-demo_foo-full_table-bar_baz
    inherit_from: tap-oracle-demo_foo-full_table
    select:
     - bar-baz.*
  - name: tap-oracle-demo_foo-full_table-asd_qwe
    inherit_from: tap-oracle-demo_foo-full_table
    select:
      - asd-qwe.*meltano install2024-09-16T09:45:39.392382Z [info     ] Installing 8 plugins          
2024-09-16T09:45:39.392942Z [info     ] Skipped installing extractor 'tap-oracle-demo_foo'
2024-09-16T09:45:39.393006Z [info     ] Skipped installing extractor 'tap-oracle-demo_foo-full_table-asd_qwe'
2024-09-16T09:45:39.393708Z [info     ] Installing extractor 'tap-testsource'
2024-09-16T09:45:39.408495Z [info     ] Installing extractor 'tap-oracle'
2024-09-16T09:45:39.454512Z [info     ] Installing extractor 'tap-oracle-demo_foo-full_table'
2024-09-16T09:45:39.587498Z [info     ] Installing extractor 'tap-oracle-demo_foo-full_table-bar_baz'
2024-09-16T09:45:39.763693Z [info     ] Installing loader 'target-jsonl'
2024-09-16T09:45:39.776647Z [info     ] Installing loader 'target-bigquery'
2024-09-16T09:45:43.563063Z [info     ] Installed loader 'target-jsonl'
2024-09-16T09:45:46.557149Z [info     ] Installed extractor 'tap-oracle'
2024-09-16T09:45:46.708771Z [info     ] Installed extractor 'tap-oracle-demo_foo-full_table'
2024-09-16T09:45:46.938197Z [info     ] Installed extractor 'tap-oracle-demo_foo-full_table-bar_baz'
2024-09-16T09:45:48.596501Z [info     ] Installed extractor 'tap-testsource'
2024-09-16T09:45:55.892412Z [info     ] Installed loader 'target-bigquery'
2024-09-16T09:45:55.892868Z [info     ] Installed 6/8 plugins         
2024-09-16T09:45:55.892947Z [info     ] Skipped installing 2/8 pluginsasd_qwebar_bazSkipped installing extractor 'tap-oracle-demo_foo'tap-oracle-demo_fooEdgar Ramírez (Arch.dev)
09/16/2024, 5:57 PMit skips theI think both are actually skipped, because I seebut installs theasd_qwewhy?bar_baz
Skipped installing 2/8 pluginsInstalling extractor 'tap-oracle-demo_foo-full_table-bar_baz'I assume here due toI think those directories actually have emptythe that no venv is created for theSkipped installing extractor 'tap-oracle-demo_foo'but this is the result I get in the .meltano folder ( see attached screenshot).tap-oracle-demo_foo
venvHayden Ness
09/17/2024, 1:54 AMinstalltap-mssql -> tap-mssql-mydb -> tap-mssql-mydb-installermeltano install extractor tap-mssql-mydb-installertap-mssql-mydbtap-mssqltap-mssql-mydb-installertap-mssql-mydbXXmeltano install tap-mssql-mydbtap-mssqltap-mssql-mydbmeltano run --no-install tap-mssql-mydb-workerXtap-mssql-mydbLove Eklund
09/17/2024, 6:46 AMEdgar Ramírez (Arch.dev)
09/18/2024, 2:55 PMReuben (Matatika)
09/19/2024, 3:05 AMReuben (Matatika)
09/19/2024, 3:25 AMEdgar Ramírez (Arch.dev)
09/24/2024, 9:47 PMHayden Ness
09/24/2024, 11:18 PM