Sha256: bdbe76e71496dbce03d893459f925573a09487cc18a5390a8cc1af1afe155e25

Contents?: true

Size: 948 Bytes

Versions: 1

Compression:

Stored size: 948 Bytes

Contents

exec:
  max_threads: 1
  min_output_tasks: 1
in:
  type: jdbc
  host: localhost
  driver_path: "..path../ojdbc8.jar"
  driver_class: 'oracle.jdbc.driver.OracleDriver'
  url: jdbc:oracle:thin:@localhost:1521:orcl
  user: MYUSER
  password: ABCD
  database: DEMO
  table: customer
filters:
  - type: postgress_lookup
    host: localhost
    port: 5432
    database: test
    username: postgres
    password: 1234
    schema: public
    table_name: car
    mapping_from:
      - car_name
      - company
    mapping_to:
      - model
      - brand
    new_columns:
      - { name: car_id, type: string }
      - { name: category, type: string }
      - { name: fuel_capacity, type: string }
out:
  type: jdbc
  host: localhost
  driver_path: "..path../ojdbc8.jar"
  driver_class: 'oracle.jdbc.driver.OracleDriver'
  url: jdbc:oracle:thin:@localhost:1521:orcl
  user: MYUSER
  password: ABCD
  database: DEMO
  table: output_table
  mode: insert_direct

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
embulk-filter-postgres_lookup-0.1.7 example/postgres-filter-lookup_testing_oracle.yml.liquid