TCeason

Results 40 issues of TCeason

I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/ ## Summary Now Databend support execute script. We can use Procedure store the script in meta. It's experimental...

pr-feature

**Summary** https://github.com/datafuselabs/databend/actions/runs/10387004393/job/28760532299?pr=16246 Test finished, fail fast enabled, 1 out of 6775 records failed to run 0: query failed: mysql client error: Server error: `ERROR HY000 (1105): NotFoundClusterNode. Code: 1035, Text...

C-bug

**Summary** Now Databend support to_timestamp can convert string to current timezone with setting `timezone`. And convert_timezone is support to convert given time to target timezone. ref: https://docs.snowflake.com/en/sql-reference/functions/convert_timezone

C-feature
good first issue

### Topic failed to do request: Head "https://registry-1.docker.io/v2/library/docker/manifests/24-dind": dial tcp 162.125.2.3:443: i/o timeout ### Relevant information ``` $ git clone https://github.com/airbytehq/airbyte.git $ cd airbyte $ make tools.airbyte-ci.install $ airbyte-ci connectors...

community
needs-triage
autoteam
team/use

## What ## How bump databend-sqlalchemy to 0.4.7 ## Review guide airbyte-integrations/connectors/destination-databend/pyproject.toml ## User Impact ## Can this PR be safely reverted and rolled back? - [x] YES 💚 -...

area/connectors
community
connectors/destination/databend

I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/ ## Summary If Date/Timestamp is invalide, convert it to Date/TimestampMIN ## Tests - [x] Unit Test - [...

pr-bugfix

**Summary** Because of https://news.ycombinator.com/item?id=39129711 Now Databend support `from select *;`. So Select statement should be simplified as well. We can support `from ` like `select * from ;`. Syntax: ```sql...

C-feature
good first issue

I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/ ## Summary Link https://github.com/databendlabs/databend/pull/16500#issuecomment-2375619147 ## Tests - [ ] Unit Test - [ ] Logic Test - [...

pr-refactor

## TODO List for Stored Procedures - [ ] Implement `Drop procedure if exists` https://github.com/datafuselabs/databend/pull/16500 - [ ] True support for `Create or replace procedure` at the meta layer https://github.com/datafuselabs/databend/pull/16500...

C-feature

**Summary** ```sql root@localhost:8001/default> show grants; SHOW GRANTS -[ RECORD 1 ]----------------------------------- privileges: ALL object_name: *.* object_id: NULL grant_to: USER name: root grants: GRANT ALL ON *.* TO 'root'@'%' 1 row...

C-bug