Skip to content

[BUG]: Disabling Operational Metadata for MV's does not work #20

@rederik76

Description

@rederik76

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

  1. Documentation is not clear on how to disable operational Metadata.
  2. Disabling Operational Metadata for MV's does currently does not work.

Expected Behavior

Disabling Operational Metadata is clearly documented and you can disable Operational Metadata for MV's by either of the following methods:

  1. Disabling the feature at Spec Level:
    {
    "dataFlowId": "feature_materialized_views",
    "dataFlowGroup": "feature_samples",
    "dataFlowType": "materialized_view",
    "features": {
    "operationalMetadataEnabled": false
    }
    }

  2. Disable at MV level using the configFlags setting:
    "targetDetails": {
    "table": "customer_address",
    "tableProperties": {
    "delta.autoOptimize.optimizeWrite": "true",
    "delta.autoOptimize.autoCompact": "true"
    },
    "partitionColumns": ["country_code"],
    "schemaPath": "schemas/customer_address.json",
    "configFlags": ["disableOperationalMetadata"]
    },

Steps To Reproduce

No response

Channel

CURRENT

Relevant log output

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions