mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-30 03:18:24 +00:00
chore: update default cli for managed ingestion (#4581)
This commit is contained in:
parent
0a97fa22f9
commit
32349bf405
@ -83,7 +83,7 @@ export const NameSourceStep = ({ state, updateState, prev, submit }: StepProps)
|
||||
Advanced: Provide a custom CLI version to use for ingestion.
|
||||
</Typography.Paragraph>
|
||||
<Input
|
||||
placeholder="0.8.26.6"
|
||||
placeholder="0.8.32.1"
|
||||
value={state.config?.version || ''}
|
||||
onChange={(event) => setVersion(event.target.value)}
|
||||
/>
|
||||
|
||||
@ -16,7 +16,7 @@ MAE_CONSUMER_ENABLED=true
|
||||
MCE_CONSUMER_ENABLED=true
|
||||
PE_CONSUMER_ENABLED=true
|
||||
UI_INGESTION_ENABLED=true
|
||||
UI_INGESTION_DEFAULT_CLI_VERSION=0.8.26.6
|
||||
UI_INGESTION_DEFAULT_CLI_VERSION=0.8.32.1
|
||||
|
||||
# Uncomment to disable persistence of client-side analytics events
|
||||
# DATAHUB_ANALYTICS_ENABLED=false
|
||||
|
||||
2
docker/datahub-gms/env/docker.env
vendored
2
docker/datahub-gms/env/docker.env
vendored
@ -19,7 +19,7 @@ MAE_CONSUMER_ENABLED=true
|
||||
MCE_CONSUMER_ENABLED=true
|
||||
PE_CONSUMER_ENABLED=true
|
||||
UI_INGESTION_ENABLED=true
|
||||
UI_INGESTION_DEFAULT_CLI_VERSION=0.8.26.6
|
||||
UI_INGESTION_DEFAULT_CLI_VERSION=0.8.32.1
|
||||
|
||||
# Uncomment to enable Metadata Service Authentication
|
||||
# METADATA_SERVICE_AUTH_ENABLED=true
|
||||
|
||||
@ -80,7 +80,7 @@ services:
|
||||
- MCE_CONSUMER_ENABLED=true
|
||||
- PE_CONSUMER_ENABLED=true
|
||||
- UI_INGESTION_ENABLED=true
|
||||
- UI_INGESTION_DEFAULT_CLI_VERSION=0.8.26.6
|
||||
- UI_INGESTION_DEFAULT_CLI_VERSION=0.8.32.1
|
||||
hostname: datahub-gms
|
||||
image: linkedin/datahub-gms:${DATAHUB_VERSION:-head}
|
||||
ports:
|
||||
|
||||
@ -86,7 +86,7 @@ services:
|
||||
- MCE_CONSUMER_ENABLED=true
|
||||
- PE_CONSUMER_ENABLED=true
|
||||
- UI_INGESTION_ENABLED=true
|
||||
- UI_INGESTION_DEFAULT_CLI_VERSION=0.8.26.6
|
||||
- UI_INGESTION_DEFAULT_CLI_VERSION=0.8.32.1
|
||||
hostname: datahub-gms
|
||||
image: linkedin/datahub-gms:${DATAHUB_VERSION:-head}
|
||||
ports:
|
||||
|
||||
@ -26,7 +26,7 @@ authentication:
|
||||
|
||||
ingestion:
|
||||
enabled: ${UI_INGESTION_ENABLED:true}
|
||||
defaultCliVersion: '${UI_INGESTION_DEFAULT_CLI_VERSION:0.8.26.6}'
|
||||
defaultCliVersion: '${UI_INGESTION_DEFAULT_CLI_VERSION:0.8.32.1}'
|
||||
|
||||
telemetry:
|
||||
enabledCli: ${CLI_TELEMETRY_ENABLED:true}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user