This is an automated email from the ASF dual-hosted git repository.

hansva pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git


    from 7325e02f0e Merge pull request #4863 from hansva/1969
     add 4f55082d70 add HopMetadataProperty to MSSQ BulkLoader action, fixes 
#1981
     new 18d77b408c Merge pull request #4867 from hansva/1981

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../integration-tests-database.yaml                |    15 +-
 .../resource/mssql/mssql_bulkload.csv              | 10001 +++++++++++++++++++
 integration-tests/database/dev-env-config.json     |    20 +
 .../main-0030-mssql-bulk-load.hwf}                 |   162 +-
 .../database/metadata/rdbms/mssql-test-db.json     |    31 +
 .../actions/mssqlbulkload/ActionMssqlBulkLoad.java |   537 +-
 .../mssqlbulkload/ActionMssqlBulkLoadDialog.java   |    48 +-
 .../WorkflowActionMssqlBulkLoadLoadSaveTest.java   |    64 +-
 .../test/resources/mssql-bulkloader-action.xml}    |    55 +-
 9 files changed, 10387 insertions(+), 546 deletions(-)
 create mode 100644 docker/integration-tests/resource/mssql/mssql_bulkload.csv
 copy integration-tests/{cratedb/main-0001-http-endpoint.hwf => 
database/main-0030-mssql-bulk-load.hwf} (52%)
 create mode 100644 integration-tests/database/metadata/rdbms/mssql-test-db.json
 copy plugins/actions/{shell/src/test/resources/shell-action.xml => 
mssqlbulkload/src/test/resources/mssql-bulkloader-action.xml} (50%)

Reply via email to