Sha256: 2efad9e15a4a3f6c597ed91e085a1285decb923085de6047988f92d253594c08
Contents?: true
Size: 833 Bytes
Versions: 2
Compression:
Stored size: 833 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: sqlserver host: Localhost driver_path: "..path../mssql-jdbc-10.2.0.jre17.jar" username: "user" password: "password" database: "test" 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
embulk-filter-mssql_lookup-0.1.5 | example/mssql-filter-lookup_testing.yml.liquid |
embulk-filter-mssql_lookup-0.1.4 | example/mssql-filter-lookup_testing.yml.liquid |