Skip to content

fix(lakehouse): Adapt for release 25.7 #258

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jul 17, 2025
Merged

Conversation

maltesander
Copy link
Member

@maltesander maltesander commented Jul 17, 2025

  • adapt listener classes
  • fix superset asset zip (added http_scheme: https and removed obsolete settings from old versions)
    Now:
database_name: Trino lakehouse
sqlalchemy_uri: trino://admin:XXXXXXXXXX@trino-coordinator:8443/lakehouse
cache_timeout: null
expose_in_sqllab: true
allow_run_async: false
allow_ctas: true
allow_cvas: true
allow_csv_upload: false
extra:
  allows_virtual_table_explore: true
  engine_params:
    connect_args:
      verify: false
      http_scheme: https
uuid: a48b5f4e-cdac-4861-9c14-b9906bcdcbbe
version: 1.0.0

And it was

database_name: Trino lakehouse
sqlalchemy_uri: trino://admin:XXXXXXXXXX@trino-coordinator:8443/lakehouse
cache_timeout: null
expose_in_sqllab: true
allow_run_async: false
allow_ctas: true
allow_cvas: true
allow_dml: false
allow_csv_upload: false
extra:
  engine_params:
    connect_args:
      verify: false
  metadata_params: {}
  schemas_allowed_for_csv_upload: []
uuid: a48b5f4e-cdac-4861-9c14-b9906bcdcbbe
version: 1.0.0

@maltesander maltesander marked this pull request as ready for review July 17, 2025 12:47
Copy link
Member

@razvan razvan left a comment

Choose a reason for hiding this comment

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

lgtm

@maltesander maltesander merged commit af63c68 into main Jul 17, 2025
2 checks passed
@maltesander maltesander deleted the lakehouse/adapt-for-25-7 branch July 17, 2025 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants