Andy Yen
Andy Yen
support relation CRUD operation
- Better management on the downloaded parquet files. - We don't need to store elder version parquet files. - maybe can put parquet files manually and specify as the data...
ibis server error message ``` ERROR: Exception in ASGI application Traceback (most recent call last): File "/Users/apple/.pyenv/versions/3.11.1/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 411, in run_asgi result = await app( # type: ignore[func-returns-value] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File...
Integrate with Wren-engine Ibis server ## Preview API schema ``` previewSql(data: PreviewSQLDataInput): JSON! input PreviewSQLDataInput { sql: String! projectId: Int! limit: Int } ``` ## Get Manifest API field `mdl`...
The following Trino sql can not be convert to MSSQL by Ibis correctly ``` WITH "dbo_ORDERS" AS ( SELECT "dbo_ORDERS"."O_CLERK" "O_CLERK" , "dbo_ORDERS"."O_COMMENT" "O_COMMENT" , "dbo_ORDERS"."O_CUSTKEY" "O_CUSTKEY" , "dbo_ORDERS"."O_ORDERDATE" "O_ORDERDATE"...
The rewritten sql contains incorrect current_data function usage ```sql WITH "default_ORDERS" AS ( SELECT "default_ORDERS"."O_CLERK" "O_CLERK" , "default_ORDERS"."O_COMMENT" "O_COMMENT" , "default_ORDERS"."O_CUSTKEY" "O_CUSTKEY" , "default_ORDERS"."O_ORDERDATE" "O_ORDERDATE" , "default_ORDERS"."O_ORDERKEY" "O_ORDERKEY" , "default_ORDERS"."O_ORDERPRIORITY"...
Provide local setup instruction and FAQ
**Is your feature request related to a problem? Please describe.** Can not create calculated field for many columns **Describe the solution you'd like** Data type mapping for BigQuery
**Describe the bug** The Sync Status on the modeling page has a probability of being `Undeployed changes` after the onboarding process is finished. **To Reproduce** Steps to reproduce the behavior:...