issues
search
databrickslabs
/
lsql
Lightweight SQL execution wrapper only on top of Databricks SDK
https://pypi.org/project/databricks-labs-lsql/
Other
14
stars
4
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Log no-lint-disabled CI
#353
JCZuurmond
opened
1 week ago
1
Release v0.14.1
#352
JCZuurmond
closed
1 week ago
1
Release v0.14.1
#351
JCZuurmond
closed
1 week ago
1
Changes to work with Databricks SDK `v0.38.0`
#350
JCZuurmond
closed
1 week ago
1
Test failure: `test_sql_execution`
#349
github-actions[bot]
closed
1 week ago
0
Test failure: `test_dashboard_deploys_dashboard_with_filters`
#348
github-actions[bot]
closed
1 week ago
0
Test failure: `test_dashboard_deploys_dashboard_with_empty_title`
#347
github-actions[bot]
closed
1 week ago
0
Test failure: `test_dashboards_creates_dashboard_with_filters`
#346
github-actions[bot]
closed
1 week ago
0
Test failure: `test_dashboards_creates_dashboard_from_query_with_cte`
#345
github-actions[bot]
closed
1 week ago
0
Test failure: `test_dashboards_creates_dashboard_with_widget_title_and_description`
#344
github-actions[bot]
closed
1 week ago
0
Test failure: `test_dashboards_creates_dashboard_with_markdown_header`
#343
github-actions[bot]
closed
1 week ago
0
Test failure: `test_dashboard_deploys_dashboard_with_table`
#342
github-actions[bot]
closed
1 week ago
0
Test failure: `test_dashboards_creates_dashboard_with_order_overwrite_in_query_header`
#341
github-actions[bot]
closed
1 week ago
0
Test failure: `test_dashboards_creates_dashboard_with_order_overwrite_in_dashboard_yaml`
#340
github-actions[bot]
closed
1 week ago
0
Test failure: `test_dashboard_deploys_dashboard_with_big_widget`
#339
github-actions[bot]
closed
1 week ago
0
Test failure: `test_dashboard_deploys_dashboard_with_counter_variation`
#338
github-actions[bot]
closed
1 week ago
0
Test failure: `test_dashboard_deploys_dashboard_with_display_name`
#337
github-actions[bot]
closed
1 week ago
0
Test failure: `test_dashboard_deploys_dashboard_with_ten_counters`
#336
github-actions[bot]
closed
1 week ago
0
Test failure: `test_dashboards_creates_exported_dashboard_definition`
#335
github-actions[bot]
closed
1 week ago
0
Test failure: `test_dashboard_deploys_dashboard_the_same_as_created_dashboard`
#334
github-actions[bot]
closed
1 week ago
0
Test failure: `test_sql_execution_partial`
#333
github-actions[bot]
closed
1 week ago
0
Test failure: `test_fetch_one_works`
#332
github-actions[bot]
closed
1 week ago
0
Specify the minimum required version of `databricks-sdk` as 0.37.0.
#331
asnare
closed
1 week ago
1
Release `0.14.0` specifies incorrect minimum required version of `databricks-sdk`
#330
asnare
closed
1 week ago
0
Release v0.14.0
#329
nfx
closed
2 weeks ago
1
Fixed `RuntimeBackend` exception handling
#328
nfx
closed
2 weeks ago
1
Test failure: `test_runtime_backend_errors_handled[\nfrom databricks.labs.lsql.backends import RuntimeBackend\nfrom databricks.sdk.errors import NotFound\nbackend = RuntimeBackend()\ntry:\n query_response = backend.fetch("DESCRIBE __RANDOM__")\n return "FAILED"\nexcept NotFound as e:\n return "PASSED"\n]`
#327
github-actions[bot]
closed
2 weeks ago
0
Test failure: `test_runtime_backend_errors_handled[\nfrom databricks.labs.lsql.backends import RuntimeBackend\nfrom databricks.sdk.errors import NotFound\nbackend = RuntimeBackend()\ntry:\n query_response = backend.fetch("SELECT * FROM default.__RANDOM__")\n return "FAILED"\nexcept NotFound as e:\n return "PASSED"\n]`
#326
github-actions[bot]
closed
2 weeks ago
0
Test failure: `test_runtime_backend_errors_handled[\nfrom databricks.labs.lsql.backends import RuntimeBackend\nfrom databricks.sdk.errors import NotFound\nbackend = RuntimeBackend()\ntry:\n backend.execute("SELECT * FROM default.__RANDOM__")\n return "FAILED"\nexcept NotFound as e:\n return "PASSED"\n]`
#325
github-actions[bot]
closed
2 weeks ago
0
[TODO] include traceID/spanID */}}
#324
github-actions[bot]
closed
2 weeks ago
1
[TODO] (.*)ParseBoolbad indirreflect: 244140625ParseUintcomplex64interfaceinvalid nfuncargs(CallSlice as type InterfacerwxrwxrwxprofBlockstackpoolhchanLeafwbufSpansmSpanDeadscavtraceinittracepanicwaitchan sendpreemptedsignal 32signal 33signal 34signal 35signal 36signal 37signal 38signal 39signal 40signal 41signal 42signal 43signal 44signal 45signal 46signal 47signal 48signal 49signal 50signal 51signal 52signal 53signal 54signal 55signal 56signal 57signal 58signal 59signal 60signal 61signal 62signal 63signal 64copystackLINUX_2.6 -> node= ms cpu, (forced) wbuf1.n= wbuf2.n= s.limit= s.state= B work ( B exp.) marked unmarked in use)
#323
github-actions[bot]
closed
2 weeks ago
1
[TECH DEBT] Update `Dashboard.create_dashboard` signature to match the `LakeviewAPI.create/update` signatures
#322
JCZuurmond
opened
2 weeks ago
0
[TECH DEBT] Remove `Dashboard.as_dict` in `LakeviewAPI` calls when SDK handles these
#321
JCZuurmond
closed
1 week ago
0
Handle changes from Databricks Python SDK 0.37.0
#320
JCZuurmond
closed
2 weeks ago
3
Bump codecov/codecov-action from 4 to 5
#319
dependabot[bot]
closed
2 weeks ago
0
Added nightly tests run at 4:45am UTC
#318
nfx
closed
2 weeks ago
1
Release v0.13.0
#317
nfx
closed
3 weeks ago
1
Added `escape_name` function to escape individual SQL names and `escape_full_name` function to escape dot-separated full names
#316
nfx
closed
3 weeks ago
1
Bump databrickslabs/sandbox from acceptance/v0.3.1 to 0.4.2
#315
dependabot[bot]
closed
3 weeks ago
0
[TODO] pyspark.sql.Row is being returned instead of databricks.labs.lsql.core.Row
#314
nfx
opened
3 weeks ago
0
[TODO] CASE .. WHEN .. THEN .. formatting is a bit less readable after reformatting.
#313
nfx
opened
3 weeks ago
0
[TODO] fix on the databricks-labs-pytester level
#312
nfx
opened
3 weeks ago
0
Change how `SchemaDeployer` repalces target database in view defintions
#311
JCZuurmond
opened
1 month ago
0
Bump actions/checkout from 4.2.1 to 4.2.2
#310
dependabot[bot]
closed
1 month ago
0
Deprecate `Row.as_dict()`
#309
asnare
closed
3 weeks ago
2
Feature Filter dashboard widgets using date select
#308
namanvats
opened
1 month ago
1
Bump databrickslabs/sandbox from acceptance/v0.3.0 to 0.3.1
#307
dependabot[bot]
closed
1 month ago
0
Update databrickslabs/sandbox requirement to acceptance/v0.3.0
#305
dependabot[bot]
closed
1 month ago
0
Bump actions/checkout from 4.2.0 to 4.2.1
#304
dependabot[bot]
closed
1 month ago
0
Retry backend execute on concurrent append
#303
JCZuurmond
opened
2 months ago
1
Next