Sha256: 16f1900ea6d4edcf0a85a2799caae4e987e046e252496a1fee7e04ce66deb22a

Contents?: true

Size: 826 Bytes

Versions: 1

Compression:

Stored size: 826 Bytes

Contents

exec:
  max_threads: 1
  min_output_tasks: 1

in:
  type: sqlserver
  host: Localhost
  driver_path: "..path../mssql-jdbc-10.2.0.jre17.jar"
  user: "usert"
  password: "password"
  database: "test"
  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: sqlserver
  host: Localhost
  driver_path: "..path../mssql-jdbc-10.2.0.jre17.jar"
  user: "usert"
  password: "password"
  database: "test"
  table: output_table
  mode: truncate_insert 

Version data entries

1 entries across 1 versions & 1 rubygems

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