mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-13 09:52:46 +00:00
feat(quickstart,docs): updates for v0.8.41 (#5409)
This commit is contained in:
parent
6e07ec5924
commit
36f3ab3fa3
@ -83,7 +83,7 @@ export const NameSourceStep = ({ state, updateState, prev, submit }: StepProps)
|
|||||||
Advanced: Provide a custom CLI version to use for ingestion.
|
Advanced: Provide a custom CLI version to use for ingestion.
|
||||||
</Typography.Paragraph>
|
</Typography.Paragraph>
|
||||||
<Input
|
<Input
|
||||||
placeholder="0.8.40"
|
placeholder="0.8.41"
|
||||||
value={state.config?.version || ''}
|
value={state.config?.version || ''}
|
||||||
onChange={(event) => setVersion(event.target.value)}
|
onChange={(event) => setVersion(event.target.value)}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@ -16,7 +16,7 @@ MAE_CONSUMER_ENABLED=true
|
|||||||
MCE_CONSUMER_ENABLED=true
|
MCE_CONSUMER_ENABLED=true
|
||||||
PE_CONSUMER_ENABLED=true
|
PE_CONSUMER_ENABLED=true
|
||||||
UI_INGESTION_ENABLED=true
|
UI_INGESTION_ENABLED=true
|
||||||
UI_INGESTION_DEFAULT_CLI_VERSION=0.8.40
|
UI_INGESTION_DEFAULT_CLI_VERSION=0.8.41
|
||||||
|
|
||||||
# Uncomment to disable persistence of client-side analytics events
|
# Uncomment to disable persistence of client-side analytics events
|
||||||
# DATAHUB_ANALYTICS_ENABLED=false
|
# 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
|
MCE_CONSUMER_ENABLED=true
|
||||||
PE_CONSUMER_ENABLED=true
|
PE_CONSUMER_ENABLED=true
|
||||||
UI_INGESTION_ENABLED=true
|
UI_INGESTION_ENABLED=true
|
||||||
UI_INGESTION_DEFAULT_CLI_VERSION=0.8.40
|
UI_INGESTION_DEFAULT_CLI_VERSION=0.8.41
|
||||||
|
|
||||||
# Uncomment to enable Metadata Service Authentication
|
# Uncomment to enable Metadata Service Authentication
|
||||||
# METADATA_SERVICE_AUTH_ENABLED=true
|
# METADATA_SERVICE_AUTH_ENABLED=true
|
||||||
|
|||||||
@ -84,7 +84,7 @@ services:
|
|||||||
- MCE_CONSUMER_ENABLED=true
|
- MCE_CONSUMER_ENABLED=true
|
||||||
- PE_CONSUMER_ENABLED=true
|
- PE_CONSUMER_ENABLED=true
|
||||||
- UI_INGESTION_ENABLED=true
|
- UI_INGESTION_ENABLED=true
|
||||||
- UI_INGESTION_DEFAULT_CLI_VERSION=0.8.40
|
- UI_INGESTION_DEFAULT_CLI_VERSION=0.8.41
|
||||||
hostname: datahub-gms
|
hostname: datahub-gms
|
||||||
image: linkedin/datahub-gms:${DATAHUB_VERSION:-head}
|
image: linkedin/datahub-gms:${DATAHUB_VERSION:-head}
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@ -89,7 +89,7 @@ services:
|
|||||||
- MCE_CONSUMER_ENABLED=true
|
- MCE_CONSUMER_ENABLED=true
|
||||||
- PE_CONSUMER_ENABLED=true
|
- PE_CONSUMER_ENABLED=true
|
||||||
- UI_INGESTION_ENABLED=true
|
- UI_INGESTION_ENABLED=true
|
||||||
- UI_INGESTION_DEFAULT_CLI_VERSION=0.8.40
|
- UI_INGESTION_DEFAULT_CLI_VERSION=0.8.41
|
||||||
hostname: datahub-gms
|
hostname: datahub-gms
|
||||||
image: linkedin/datahub-gms:${DATAHUB_VERSION:-head}
|
image: linkedin/datahub-gms:${DATAHUB_VERSION:-head}
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@ -4,6 +4,16 @@ This file documents any backwards-incompatible changes in DataHub and assists pe
|
|||||||
|
|
||||||
## Next
|
## Next
|
||||||
|
|
||||||
|
### Breaking Changes
|
||||||
|
|
||||||
|
### Potential Downtime
|
||||||
|
|
||||||
|
### Deprecations
|
||||||
|
|
||||||
|
### Other notable Changes
|
||||||
|
|
||||||
|
## `v0.8.41`
|
||||||
|
|
||||||
### Breaking Changes
|
### Breaking Changes
|
||||||
- The `should_overwrite` flag in `csv-enricher` has been replaced with `write_semantics` to match the format used for other sources. See the [documentation](https://datahubproject.io/docs/generated/ingestion/sources/csv/) for more details
|
- The `should_overwrite` flag in `csv-enricher` has been replaced with `write_semantics` to match the format used for other sources. See the [documentation](https://datahubproject.io/docs/generated/ingestion/sources/csv/) for more details
|
||||||
- Closing an authorization hole in creating tags adding a Platform Privilege called `Create Tags` for creating tags. This is assigned to `datahub` root user, along
|
- Closing an authorization hole in creating tags adding a Platform Privilege called `Create Tags` for creating tags. This is assigned to `datahub` root user, along
|
||||||
|
|||||||
@ -42,7 +42,7 @@ authorization:
|
|||||||
|
|
||||||
ingestion:
|
ingestion:
|
||||||
enabled: ${UI_INGESTION_ENABLED:true}
|
enabled: ${UI_INGESTION_ENABLED:true}
|
||||||
defaultCliVersion: '${UI_INGESTION_DEFAULT_CLI_VERSION:0.8.40}'
|
defaultCliVersion: '${UI_INGESTION_DEFAULT_CLI_VERSION:0.8.41}'
|
||||||
|
|
||||||
telemetry:
|
telemetry:
|
||||||
enabledCli: ${CLI_TELEMETRY_ENABLED:true}
|
enabledCli: ${CLI_TELEMETRY_ENABLED:true}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user