databrickslabs / lsql

Lightweight SQL execution wrapper only on top of Databricks SDK
https://pypi.org/project/databricks-labs-lsql/
Other
8 stars 3 forks source link

Release v0.7.4 #242

Closed nfx closed 1 month ago

nfx commented 1 month ago
github-actions[bot] commented 1 month ago

❌ 35/36 passed, 15 flaky, 1 failed, 2 skipped, 9m47s total

❌ test_dashboards_creates_dashboard_with_replace_database: databricks.sdk.errors.platform.InternalError: A database error occurred during import-dashboard-new (4.075s) ``` databricks.sdk.errors.platform.InternalError: A database error occurred during import-dashboard-new 05:17 DEBUG [databricks.sdk] Loaded from environment 05:17 DEBUG [databricks.sdk] Ignoring pat auth, because metadata-service is preferred 05:17 DEBUG [databricks.sdk] Ignoring basic auth, because metadata-service is preferred 05:17 DEBUG [databricks.sdk] Attempting to configure auth: metadata-service 05:17 INFO [databricks.sdk] Using Databricks Metadata Service authentication [gw3] linux -- Python 3.10.14 /home/runner/work/lsql/lsql/.venv/bin/python 05:17 DEBUG [databricks.sdk] Loaded from environment 05:17 DEBUG [databricks.sdk] Ignoring pat auth, because metadata-service is preferred 05:17 DEBUG [databricks.sdk] Ignoring basic auth, because metadata-service is preferred 05:17 DEBUG [databricks.sdk] Attempting to configure auth: metadata-service 05:17 INFO [databricks.sdk] Using Databricks Metadata Service authentication 05:17 DEBUG [databricks.sdk] POST /api/2.0/lakeview/dashboards > { > "display_name": "created_by_lsql_FZylf05LO9E6egMn" > } < 500 Internal Server Error < { < "error_code": "INTERNAL_ERROR", < "message": "A database error occurred during import-dashboard-new" < } 05:17 DEBUG [databricks.sdk] Loaded from environment 05:17 DEBUG [databricks.sdk] Ignoring pat auth, because metadata-service is preferred 05:17 DEBUG [databricks.sdk] Ignoring basic auth, because metadata-service is preferred 05:17 DEBUG [databricks.sdk] Attempting to configure auth: metadata-service 05:17 INFO [databricks.sdk] Using Databricks Metadata Service authentication 05:17 DEBUG [databricks.sdk] POST /api/2.0/lakeview/dashboards > { > "display_name": "created_by_lsql_FZylf05LO9E6egMn" > } < 500 Internal Server Error < { < "error_code": "INTERNAL_ERROR", < "message": "A database error occurred during import-dashboard-new" < } [gw3] linux -- Python 3.10.14 /home/runner/work/lsql/lsql/.venv/bin/python ```

Flaky tests:

Running from acceptance #343