-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintegration-tests.env
24 lines (23 loc) · 2.8 KB
/
integration-tests.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
STREAMCONTEXT__BACKFILL=false
STREAMCONTEXT__SPEC='{ "backfillJobTemplateRef": { "apiGroup": "streaming.sneaksanddata.com", "kind": "StreamingJobTemplate", "name": "arcane-stream-microsoft-synapse-link-large-job" }, "groupingIntervalSeconds": 1, "groupsPerFile": 1, "httpClientMaxRetries": 3, "httpClientRetryDelaySeconds": 1, "jobTemplateRef": { "apiGroup": "streaming.sneaksanddata.com", "kind": "StreamingJobTemplate", "name": "arcane-stream-microsoft-synapse-link-standard-job" }, "lookBackInterval": 21000, "tableProperties": { "partitionExpressions": ["bucket(recid, 3)"], "format": "PARQUET", "sortedBy": [], "parquetBloomFilterColumns": [] }, "rowsPerGroup": 10000, "sinkSettings": { "archiveTableName": "iceberg.test.archive_test", "optimizeSettings": { "batchThreshold": 60, "fileSizeThreshold": "512MB" }, "orphanFilesExpirationSettings": { "batchThreshold": 60, "retentionThreshold": "6h" }, "snapshotExpirationSettings": { "batchThreshold": 60, "retentionThreshold": "6h" }, "targetTableName": "iceberg.test.test" }, "sourceSettings": { "baseLocation": "abfss://[email protected]/", "changeCaptureIntervalSeconds": 5, "changeCapturePeriodSeconds": 60, "name": "synapsetable" }, "stagingDataSettings": { "catalog": { "catalogName": "iceberg", "catalogUri": "http://localhost:8181/catalog", "namespace": "test", "schemaName": "test", "warehouse": "demo" }, "dataLocation": "s3://tmp/initial-warehouse/test", "tableNamePrefix": "staging_inventtrans" }, "fieldSelectionRule": {"ruleType": "all", "fields": []}, "backfillBehavior": "overwrite", "backfillStartDate": "2025-03-04T07.00.00Z" }'
STREAMCONTEXT__STREAM_ID=test
STREAMCONTEXT__STREAM_KIND=CdmChangeFeed
APPLICATION_VERSION=0.0.1
ARCANE_DATADOG_ENDPOINT=tcp-intake.logs.datadoghq.eu:443
ARCANE_FRAMEWORK__S3_CATALOG_ACCESS_KEY_ID=minioadmin
ARCANE_FRAMEWORK__S3_CATALOG_SECRET_ACCESS_KEY=minioadmin
ARCANE_FRAMEWORK__S3_CATALOG_AUTH_INIT_TOKEN="principal:root;realm:default-realm"
ARCANE_FRAMEWORK__S3_CATALOG_AUTH_CLIENT_URI=http://localhost:8181/api/catalog/v1/oauth/tokens
ARCANE_FRAMEWORK__S3_CATALOG_AUTH_SCOPE=PRINCIPAL_ROLE:ALL
ARCANE_FRAMEWORK__S3_CATALOG_ENDPOINT=http://localhost:9000
AWS_REGION=us-east-1
ARCANE_FRAMEWORK__CDM_TEST_TABLE=dimensionattributelevelvalue
ARCANE_FRAMEWORK__STORAGE_ACCESS_KEY=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==
ARCANE_FRAMEWORK__STORAGE_ACCOUNT=devstoreaccount1
ARCANE_FRAMEWORK__STORAGE_CONTAINER=cdm-e2e
ARCANE_FRAMEWORK__STORAGE_ENDPOINT=http://localhost:10001/devstoreaccount1
ARCANE_FRAMEWORK__MERGE_SERVICE_CONNECTION_URI=jdbc:trino://localhost:8080/iceberg/test?user=test
ARCANE_FRAMEWORK__SOURCE_DELETE_DRY_RUN=false
ARCANE_GARBAGE_COLLECTOR_ROOT_PATH=abfss://[email protected]/
ARCANE_GARBAGE_COLLECTOR_DELETE_LIMIT=4
ARCANE__MODE=stream