Skip to content

drop IsMultiDialectView#1875

Merged
petrkalos merged 1 commit intomainfrom
fix/table_syncer_update_table
Oct 14, 2025
Merged

drop IsMultiDialectView#1875
petrkalos merged 1 commit intomainfrom
fix/table_syncer_update_table

Conversation

@petrkalos
Copy link
Contributor

@petrkalos petrkalos commented Oct 14, 2025

Feature or Bugfix

  • Bugfix

Detail

IsMultiDialectView returned by get_table but is not supported by update_table

Related error:

Failed to execute Task obpdkiui due to Parameter validation failed:\nUnknown parameter in TableInput: \"IsMultiDialectView\", must be one of: Name, Description, Owner, LastAccessTime, LastAnalyzedTime, Retention, StorageDescriptor, PartitionKeys, ViewOriginalText, ViewExpandedText, TableType, Parameters, TargetTable, ViewDefinition

Security

Please answer the questions below briefly where applicable, or write N/A. Based on
OWASP 10.

  • Does this PR introduce or modify any input fields or queries - this includes
    fetching data from storage outside the application (e.g. a database, an S3 bucket)?
    • Is the input sanitized?
    • What precautions are you taking before deserializing the data you consume?
    • Is injection prevented by parametrizing queries?
    • Have you ensured no eval or similar functions are used?
  • Does this PR introduce any functionality or component that requires authorization?
    • How have you ensured it respects the existing AuthN/AuthZ mechanisms?
    • Are you logging failed auth attempts?
  • Are you using or adding any cryptographic features?
    • Do you use a standard proven implementations?
    • Are the used keys controlled by the customer? Where are they stored?
  • Are you introducing any new policies/roles/users?
    • Have you used the least-privilege principle? How?

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

…te_table

Related error:
```
Failed to execute Task obpdkiui due to Parameter validation failed:\nUnknown parameter in TableInput: \"IsMultiDialectView\", must be one of: Name, Description, Owner, LastAccessTime, LastAnalyzedTime, Retention, StorageDescriptor, PartitionKeys, ViewOriginalText, ViewExpandedText, TableType, Parameters, TargetTable, ViewDefinition
```
Copy link
Collaborator

@TejasRGitHub TejasRGitHub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Copy link
Collaborator

@anushka-singh anushka-singh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@petrkalos petrkalos merged commit bfb27f6 into main Oct 14, 2025
13 checks passed
@petrkalos petrkalos deleted the fix/table_syncer_update_table branch October 14, 2025 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments