122122
123123- id : 22
124124 name : Run sling with JSON source and custom columns
125- run : ' SLING_LOADED_AT_COLUMN=false SLING_STREAM_URL_COLUMN=true SLING_ROW_NUM_COLUMN=true sling run --src-stream file://core/dbio/filesys/test/test1/json --tgt-conn postgres --tgt-object public.many_jsons --mode full-refresh'
125+ run : SLING_STREAM_URL_COLUMN=true SLING_ROW_NUM_COLUMN=true sling run --src-stream file://core/dbio/filesys/test/test1/json --tgt-conn postgres --tgt-object public.many_jsons --mode full-refresh
126+ env :
127+ SLING_LOADED_AT_COLUMN : ' false'
126128 rows : 2019
127129
128130- id : 23
275277
276278- id : 47
277279 name : Run sling with replication configuration 15 incremental
278- run : ' ICEBERG_MODE=incremental sling run -r cmd/sling/tests/replications/r.15.yaml --streams sling_test/lineitem_iceberg/'
280+ run : sling run -r cmd/sling/tests/replications/r.15.yaml --streams sling_test/lineitem_iceberg/
281+ env :
282+ ICEBERG_MODE : incremental
279283 rows : ' >0'
280284 streams : 1
281285 output_contains :
401405
402406- id : 67
403407 name : ' Run sling hooks & source partitioned (backfill)'
404- run : ' RESET=true sling run -r cmd/sling/tests/replications/r.19.yaml -d --mode backfill --range 2018-01-01,2019-05-01'
408+ run : ' sling run -r cmd/sling/tests/replications/r.19.yaml -d --mode backfill --range 2018-01-01,2019-05-01'
409+ env :
410+ RESET : ' true'
405411 rows : 551
406412 output_contains :
407413 - ' executed hook "start-02" (type: delete)'
455461
456462- id : 74
457463 name : Run sling iceberg_r2 insert
458- run : ' TARGET=iceberg_r2 sling run -d -r cmd/sling/tests/replications/r.23.iceberg_write.yaml'
464+ run : sling run -d -r cmd/sling/tests/replications/r.23.iceberg_write.yaml
465+ env :
466+ TARGET : iceberg_r2
459467 streams : 2
460468 output_contains :
461469 - committed iceberg snapshot
464472
465473- id : 75
466474 name : Run sling iceberg_s3 insert
467- run : ' TARGET=iceberg_s3 sling run -d -r cmd/sling/tests/replications/r.23.iceberg_write.yaml'
475+ run : sling run -d -r cmd/sling/tests/replications/r.23.iceberg_write.yaml
476+ env :
477+ TARGET : iceberg_s3
468478 streams : 2
469479 output_contains :
470480 - committed iceberg snapshot
473483
474484- id : 76
475485 name : Run sling iceberg_lakekeeper insert
476- run : ' TARGET=iceberg_lakekeeper sling run -d -r cmd/sling/tests/replications/r.23.iceberg_write.yaml'
486+ run : sling run -d -r cmd/sling/tests/replications/r.23.iceberg_write.yaml
487+ env :
488+ TARGET : iceberg_lakekeeper
477489 streams : 2
478490 output_contains :
479491 - committed iceberg snapshot
482494
483495- id : 77
484496 name : Run sling iceberg_sql insert
485- run : ' TARGET=iceberg_sql sling run -d -r cmd/sling/tests/replications/r.23.iceberg_write.yaml'
497+ run : sling run -d -r cmd/sling/tests/replications/r.23.iceberg_write.yaml
498+ env :
499+ TARGET : iceberg_sql
486500 streams : 2
487501 output_contains :
488502 - committed iceberg snapshot
540554
541555- id : 84
542556 name : Oracle NUMBER scale fix (https://github.com/slingdata-io/sling-cli/issues/584)
543- run : SCHEMA=ORACLE SOURCE=ORACLE TARGET=SNOWFLAKE sling run -r cmd/sling/tests/replications/r.28.oracle_number_scale.yaml
557+ run : sling run -r cmd/sling/tests/replications/r.28.oracle_number_scale.yaml
558+ env :
559+ SCHEMA : ORACLE
560+ SOURCE : ORACLE
561+ TARGET : SNOWFLAKE
544562 output_contains :
545563 - ' execution succeeded'
546564
547565- id : 85
548566 name : Oracle NUMBER scale fix (https://github.com/slingdata-io/sling-cli/issues/584)
549- run : SCHEMA=ORACLE SOURCE=ORACLE TARGET=POSTGRES sling run -r cmd/sling/tests/replications/r.28.oracle_number_scale.yaml
567+ run : sling run -r cmd/sling/tests/replications/r.28.oracle_number_scale.yaml
568+ env :
569+ SCHEMA : ORACLE
570+ SOURCE : ORACLE
571+ TARGET : POSTGRES
550572 output_contains :
551573 - ' execution succeeded'
0 commit comments