mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-05 07:04:44 +00:00
(chore): upgrading ingestion to 0.8.42 (#5562)
This commit is contained in:
parent
3c2a9c585b
commit
f06b8eb4e8
@ -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.41"
|
||||
placeholder="0.8.42"
|
||||
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.41
|
||||
UI_INGESTION_DEFAULT_CLI_VERSION=0.8.42
|
||||
|
||||
# Uncomment to disable persistence of client-side analytics events
|
||||
# DATAHUB_ANALYTICS_ENABLED=false
|
||||
|
||||
4
docker/datahub-gms/env/docker.env
vendored
4
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.41
|
||||
UI_INGESTION_DEFAULT_CLI_VERSION=0.8.42
|
||||
|
||||
# Uncomment to enable Metadata Service Authentication
|
||||
# METADATA_SERVICE_AUTH_ENABLED=true
|
||||
@ -70,4 +70,4 @@ UI_INGESTION_DEFAULT_CLI_VERSION=0.8.41
|
||||
# SECRET_SERVICE_ENCRYPTION_KEY=<your-AES-encryption-key>
|
||||
|
||||
# Uncomment to increase concurrency across Kafka consumers
|
||||
# KAFKA_LISTENER_CONCURRENCY=2
|
||||
# KAFKA_LISTENER_CONCURRENCY=2
|
||||
|
||||
@ -82,7 +82,7 @@ services:
|
||||
- MCE_CONSUMER_ENABLED=true
|
||||
- PE_CONSUMER_ENABLED=true
|
||||
- UI_INGESTION_ENABLED=true
|
||||
- UI_INGESTION_DEFAULT_CLI_VERSION=0.8.41
|
||||
- UI_INGESTION_DEFAULT_CLI_VERSION=0.8.42
|
||||
hostname: datahub-gms
|
||||
image: ${DATAHUB_GMS_IMAGE:-linkedin/datahub-gms}:${DATAHUB_VERSION:-head}
|
||||
ports:
|
||||
|
||||
@ -87,7 +87,7 @@ services:
|
||||
- MCE_CONSUMER_ENABLED=true
|
||||
- PE_CONSUMER_ENABLED=true
|
||||
- UI_INGESTION_ENABLED=true
|
||||
- UI_INGESTION_DEFAULT_CLI_VERSION=0.8.41
|
||||
- UI_INGESTION_DEFAULT_CLI_VERSION=0.8.42
|
||||
hostname: datahub-gms
|
||||
image: ${DATAHUB_GMS_IMAGE:-linkedin/datahub-gms}:${DATAHUB_VERSION:-head}
|
||||
ports:
|
||||
|
||||
@ -44,7 +44,7 @@ authorization:
|
||||
|
||||
ingestion:
|
||||
enabled: ${UI_INGESTION_ENABLED:true}
|
||||
defaultCliVersion: '${UI_INGESTION_DEFAULT_CLI_VERSION:0.8.41}'
|
||||
defaultCliVersion: '${UI_INGESTION_DEFAULT_CLI_VERSION:0.8.42}'
|
||||
|
||||
telemetry:
|
||||
enabledCli: ${CLI_TELEMETRY_ENABLED:true}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user