@clickzetta/cz-cli-darwin-x64 0.3.95 → 0.3.100
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cz-cli +0 -0
- package/bin/skills/clickzetta-batch-sync-pipeline/SKILL.md +1 -30
- package/bin/skills/clickzetta-cdc-sync-pipeline/SKILL.md +100 -534
- package/bin/skills/clickzetta-cdc-sync-pipeline/references/troubleshooting.md +155 -0
- package/bin/skills/clickzetta-data-ingest-pipeline/SKILL.md +5 -5
- package/bin/skills/clickzetta-data-science/SKILL.md +82 -84
- package/bin/skills/clickzetta-dbt-modeling/SKILL.md +347 -0
- package/bin/skills/clickzetta-dbt-modeling/references/grant-patterns.md +69 -0
- package/bin/skills/clickzetta-dbt-modeling/references/incremental-patterns.md +165 -0
- package/bin/skills/clickzetta-dbt-modeling/references/materialization-guide.md +324 -0
- package/bin/skills/clickzetta-dbt-modeling/references/test-strategy.md +80 -0
- package/bin/skills/clickzetta-dbt-project-setup/SKILL.md +176 -0
- package/bin/skills/clickzetta-dbt-project-setup/references/dbt-clickzetta-adapter.md +101 -0
- package/bin/skills/clickzetta-dbt-project-setup/references/elt-standards.md +220 -0
- package/bin/skills/clickzetta-dbt-studio-pipeline/SKILL.md +206 -0
- package/bin/skills/clickzetta-dbt-studio-pipeline/references/parameter-guide.md +118 -0
- package/bin/skills/clickzetta-dbt-studio-pipeline/references/studio-task-sop.md +115 -0
- package/bin/skills/clickzetta-dw-modeling/SKILL.md +130 -261
- package/bin/skills/clickzetta-dw-modeling/references/modeling-patterns.md +159 -67
- package/bin/skills/clickzetta-dynamic-table/SKILL.md +15 -51
- package/bin/skills/clickzetta-dynamic-table/dt-creator/SKILL.md +3 -5
- package/bin/skills/clickzetta-dynamic-table/sql-to-dt/SKILL.md +7 -1
- package/bin/skills/clickzetta-file-import-pipeline/SKILL.md +81 -106
- package/bin/skills/clickzetta-kafka-ingest-pipeline/SKILL.md +56 -327
- package/bin/skills/clickzetta-kafka-ingest-pipeline/references/operations.md +76 -0
- package/bin/skills/clickzetta-oss-ingest-pipeline/SKILL.md +1 -30
- package/bin/skills/clickzetta-overview/SKILL.md +54 -62
- package/bin/skills/clickzetta-overview/references/brands-and-endpoints.md +33 -35
- package/bin/skills/clickzetta-overview/references/object-model.md +167 -168
- package/bin/skills/clickzetta-overview/references/studio-modules.md +91 -91
- package/bin/skills/clickzetta-pipeline-review/SKILL.md +125 -210
- package/bin/skills/clickzetta-realtime-sync-pipeline/SKILL.md +1 -22
- package/bin/skills/clickzetta-spark-flink-connector/SKILL.md +28 -27
- package/bin/skills/clickzetta-spark-flink-connector/references/flink.md +356 -49
- package/bin/skills/clickzetta-sql-migration/SKILL.md +10 -20
- package/bin/skills/clickzetta-sql-pipeline-manager/SKILL.md +79 -419
- package/bin/skills/clickzetta-sql-pipeline-manager/references/dynamic-table.md +45 -45
- package/bin/skills/clickzetta-sql-pipeline-manager/references/materialized-view.md +25 -25
- package/bin/skills/clickzetta-sql-pipeline-manager/references/pipe.md +48 -48
- package/bin/skills/clickzetta-sql-pipeline-manager/references/scenarios.md +141 -0
- package/bin/skills/clickzetta-sql-pipeline-manager/references/table-stream.md +30 -30
- package/bin/skills/clickzetta-sql-pipeline-manager/references/troubleshooting.md +57 -0
- package/bin/skills/clickzetta-studio-task-manager/SKILL.md +83 -576
- package/bin/skills/clickzetta-studio-task-manager/references/engineering-sop.md +123 -0
- package/bin/skills/clickzetta-studio-task-manager/references/troubleshooting.md +63 -0
- package/bin/skills/clickzetta-table-lineage/SKILL.md +4 -3
- package/bin/skills/clickzetta-table-stream-pipeline/SKILL.md +116 -114
- package/bin/skills/clickzetta-zettapark/SKILL.md +36 -203
- package/bin/skills/clickzetta-zettapark/references/zettapark-api.md +143 -64
- package/bin/skills/cz-cli/SKILL.md +16 -16
- package/bin/skills/cz-cli/references/profile-setup.md +8 -8
- package/bin/skills/lakehouse-doc-en/SKILL.md +130 -0
- package/bin/skills/lakehouse-doc-en/SKILL.md.template +49 -0
- package/bin/skills/lakehouse-doc-en/references/AI Gateway Guide.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/AIGateway.md +27 -0
- package/bin/skills/lakehouse-doc-en/references/AI_COMPLETE.md +239 -0
- package/bin/skills/lakehouse-doc-en/references/AI_EMBEDDING.md +192 -0
- package/bin/skills/lakehouse-doc-en/references/AI_Gateway.md +253 -0
- package/bin/skills/lakehouse-doc-en/references/AI_Gateway_Guide.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/AI_eco.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/AI_function_in_SQL.md +355 -0
- package/bin/skills/lakehouse-doc-en/references/AI_function_overview.md +25 -0
- package/bin/skills/lakehouse-doc-en/references/AI_ready_data_overview.md +82 -0
- package/bin/skills/lakehouse-doc-en/references/ALTER-EXTERNAL-TABLE.md +120 -0
- package/bin/skills/lakehouse-doc-en/references/ALTER-SCHEMA.md +86 -0
- package/bin/skills/lakehouse-doc-en/references/ALTER-TABLE-COLUMN.md +223 -0
- package/bin/skills/lakehouse-doc-en/references/ALTERTABLE.md +73 -0
- package/bin/skills/lakehouse-doc-en/references/APIKEYManage.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/ARRAY.md +261 -0
- package/bin/skills/lakehouse-doc-en/references/Analysis.md +149 -0
- package/bin/skills/lakehouse-doc-en/references/AnalyticsModernDataStack.md +386 -0
- package/bin/skills/lakehouse-doc-en/references/Application_list.md +26 -0
- package/bin/skills/lakehouse-doc-en/references/Approval.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/Approval_list.md +61 -0
- package/bin/skills/lakehouse-doc-en/references/BIGINT.md +68 -0
- package/bin/skills/lakehouse-doc-en/references/BINARY.md +113 -0
- package/bin/skills/lakehouse-doc-en/references/BOOLEAN.md +106 -0
- package/bin/skills/lakehouse-doc-en/references/BP_AI_Function_Image2text.md +203 -0
- package/bin/skills/lakehouse-doc-en/references/BestPracticesforUsingDynamicTables.md +336 -0
- package/bin/skills/lakehouse-doc-en/references/Billing.md +63 -0
- package/bin/skills/lakehouse-doc-en/references/BluepipeOracleLakehouse_DataSync.md +261 -0
- package/bin/skills/lakehouse-doc-en/references/CHAR.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/CLAUDE.md +606 -0
- package/bin/skills/lakehouse-doc-en/references/CONNECTION.md +26 -0
- package/bin/skills/lakehouse-doc-en/references/COPY-INTO-Location.md +372 -0
- package/bin/skills/lakehouse-doc-en/references/COPY_INTO_Location.md +369 -0
- package/bin/skills/lakehouse-doc-en/references/CREAREUSER.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/CREATE-BLOOMFILTER-INDEX.md +111 -0
- package/bin/skills/lakehouse-doc-en/references/CREATE-CONNECTION.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/CREATECONNECTION.md +11 -0
- package/bin/skills/lakehouse-doc-en/references/CREATEEXTERNAlLSCHEMA.md +251 -0
- package/bin/skills/lakehouse-doc-en/references/CREATEMATERIALIZEDVIEW.md +489 -0
- package/bin/skills/lakehouse-doc-en/references/CREATEROLE.md +62 -0
- package/bin/skills/lakehouse-doc-en/references/CREATESCHEMA.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/CREATEVIEW.md +55 -0
- package/bin/skills/lakehouse-doc-en/references/CREATE_EXTERNAL_FUNCTION.md +232 -0
- package/bin/skills/lakehouse-doc-en/references/CTERevenueCohort.md +275 -0
- package/bin/skills/lakehouse-doc-en/references/ClickZettaInsight.md +84 -0
- package/bin/skills/lakehouse-doc-en/references/Computation.md +6 -0
- package/bin/skills/lakehouse-doc-en/references/ComputeResourceDDL.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/Create_Embeding_Function.md +236 -0
- package/bin/skills/lakehouse-doc-en/references/Create_LLM_Function.md +242 -0
- package/bin/skills/lakehouse-doc-en/references/CreatingAWSCloudVPCEndpoint.md +69 -0
- package/bin/skills/lakehouse-doc-en/references/CreatingAWSCloudVPCPrivatelinkService.md +108 -0
- package/bin/skills/lakehouse-doc-en/references/CreditScoringwithZettaparkandPythonMLlibraryNew.md +853 -0
- package/bin/skills/lakehouse-doc-en/references/DATE.md +84 -0
- package/bin/skills/lakehouse-doc-en/references/DDL.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/DECIMAL.md +196 -0
- package/bin/skills/lakehouse-doc-en/references/DELETE.md +113 -0
- package/bin/skills/lakehouse-doc-en/references/DESC-INDEX.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/DESC-JOB.md +92 -0
- package/bin/skills/lakehouse-doc-en/references/DESCCONNECTION.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/DESCMATERIALIZEDVIEW.md +28 -0
- package/bin/skills/lakehouse-doc-en/references/DESCSCHEMAS.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/DESCTABLE.md +98 -0
- package/bin/skills/lakehouse-doc-en/references/DESCVIEW.md +61 -0
- package/bin/skills/lakehouse-doc-en/references/DOUBLE.md +104 -0
- package/bin/skills/lakehouse-doc-en/references/DQL.md +93 -0
- package/bin/skills/lakehouse-doc-en/references/DROP-INDEX.md +26 -0
- package/bin/skills/lakehouse-doc-en/references/DROPCONNECTION.md +27 -0
- package/bin/skills/lakehouse-doc-en/references/DROPF_UNCTIOn.md +32 -0
- package/bin/skills/lakehouse-doc-en/references/DROPMATERIALIZEDVIEW.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/DROPROLE.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/DROPSCHEMA.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/DROPTABLE.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/DROPUSER.md +28 -0
- package/bin/skills/lakehouse-doc-en/references/DROPVIEW.md +26 -0
- package/bin/skills/lakehouse-doc-en/references/DataGPT_release.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/DataQuality.md +99 -0
- package/bin/skills/lakehouse-doc-en/references/DataSourceConfigGuide.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_ADBMySQL.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_ADB_PostgreSQL.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_AMQP.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_Amazon_DocumentDB.md +113 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_Amazon_OpenSearch.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_Aurora_MySQL.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_Aurora_PostgreSQL.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_AutoMQ.md +124 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_COS.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_ClickHouse.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_DB2.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_DM.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_Databricks.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_Doris.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_DynamoDB.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_ElasticSearch.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_Greenplum.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_HANA.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_HBase.md +29 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_Hive.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_Hologres.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_Kafka.md +32 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_MariaDB.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_MaxCompute.md +32 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_MongoDB.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_MySQL.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_OSS.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_Oracle.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_PolarDB.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_PorarDB.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_PostgreSQL.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_Redis.md +55 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_Redshift.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_RestApi.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_S3.md +25 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_SLS.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_StarRocks.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_TiDB.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/DataSupplementationTask.md +51 -0
- package/bin/skills/lakehouse-doc-en/references/Data_Catalog_Management.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/Data_Encryption.md +81 -0
- package/bin/skills/lakehouse-doc-en/references/Datalake_StorageConnection.md +12 -0
- package/bin/skills/lakehouse-doc-en/references/Datasource_SQLServer.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/Datus_Lakehouse_Integrated_Guide.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/Datus_Lakehouse_MCPServer.md +153 -0
- package/bin/skills/lakehouse-doc-en/references/Dify_Integrated_with_LakehouseMCPServer.md +71 -0
- package/bin/skills/lakehouse-doc-en/references/Dify_Integreated_with_LakehouseMCPServer.md +71 -0
- package/bin/skills/lakehouse-doc-en/references/DynamicTableDevPractical.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/ELTModernDataStack.md +485 -0
- package/bin/skills/lakehouse-doc-en/references/ELT_practice.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/EXPLAIN.md +91 -0
- package/bin/skills/lakehouse-doc-en/references/EXTERNALFUNCTIONDevGuide.md +121 -0
- package/bin/skills/lakehouse-doc-en/references/EXTERNALSCHEMA.md +95 -0
- package/bin/skills/lakehouse-doc-en/references/EXTERNALSCHMEA.md +90 -0
- package/bin/skills/lakehouse-doc-en/references/EditionsOverview.md +68 -0
- package/bin/skills/lakehouse-doc-en/references/ExternalFunctionDevGuideJava.md +554 -0
- package/bin/skills/lakehouse-doc-en/references/FLOAT.md +84 -0
- package/bin/skills/lakehouse-doc-en/references/FeatureEngineeringForExpandingCustomerFeatureswithZettapark.md +431 -0
- package/bin/skills/lakehouse-doc-en/references/FileCommand.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/FileFunction.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/FineBI.md +192 -0
- package/bin/skills/lakehouse-doc-en/references/Foreach.md +90 -0
- package/bin/skills/lakehouse-doc-en/references/Full_Text_Search.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/GET.md +87 -0
- package/bin/skills/lakehouse-doc-en/references/GET_PRESIGNED_URL.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/GrantPriveleges.md +156 -0
- package/bin/skills/lakehouse-doc-en/references/Hive_connection.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/IDENTITY-Column.md +67 -0
- package/bin/skills/lakehouse-doc-en/references/INSERT.md +230 -0
- package/bin/skills/lakehouse-doc-en/references/INSERTOVERWRITE.md +61 -0
- package/bin/skills/lakehouse-doc-en/references/INT.md +74 -0
- package/bin/skills/lakehouse-doc-en/references/INTERVAL.md +247 -0
- package/bin/skills/lakehouse-doc-en/references/Ingesting_Data_from_Alibaba_Cloud_Data_Lake_into_Lakehouse.md +920 -0
- package/bin/skills/lakehouse-doc-en/references/Ingestion.md +87 -0
- package/bin/skills/lakehouse-doc-en/references/Introduction.md +148 -0
- package/bin/skills/lakehouse-doc-en/references/JDBC-Driver.md +62 -0
- package/bin/skills/lakehouse-doc-en/references/JDBC_MindsDB_ML_LLM.md +255 -0
- package/bin/skills/lakehouse-doc-en/references/JOIN.md +265 -0
- package/bin/skills/lakehouse-doc-en/references/JSON.md +164 -0
- package/bin/skills/lakehouse-doc-en/references/JSON_DataType.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/KAFKA_Storage_connection.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/Kafka_connection.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/Key_Concepts.md +116 -0
- package/bin/skills/lakehouse-doc-en/references/LATERALVIEW.md +157 -0
- package/bin/skills/lakehouse-doc-en/references/Lakehouse-client-repository.md +11 -0
- package/bin/skills/lakehouse-doc-en/references/LakehouseAI-overview.md +99 -0
- package/bin/skills/lakehouse-doc-en/references/LakehouseAI.md +0 -0
- package/bin/skills/lakehouse-doc-en/references/LakehouseAI_overview.md +16 -0
- package/bin/skills/lakehouse-doc-en/references/LakehouseAI/346/246/202/350/277/260.md +0 -0
- package/bin/skills/lakehouse-doc-en/references/LakehouseDataGPT-tour.md +64 -0
- package/bin/skills/lakehouse-doc-en/references/LakehouseDataGPTTour.md +64 -0
- package/bin/skills/lakehouse-doc-en/references/LakehouseMCPServer-intro.md +493 -0
- package/bin/skills/lakehouse-doc-en/references/LakehouseMCPServer.md +2 -0
- package/bin/skills/lakehouse-doc-en/references/LakehouseMCPServer_intro.md +493 -0
- package/bin/skills/lakehouse-doc-en/references/LakehousePython-zettapark.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/LakehouseStudio-tour.md +185 -0
- package/bin/skills/lakehouse-doc-en/references/LakehouseStudioTour.md +185 -0
- package/bin/skills/lakehouse-doc-en/references/Lakehouse_Insight.md +98 -0
- package/bin/skills/lakehouse-doc-en/references/Lakehouse_Platform_Release_Note.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/Lakehouse_Studio_101.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/Lakehouse_Studio_Release_Note.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/Lakehouse_Zilliz_MakeDataReadyforBIandAI.md +222 -0
- package/bin/skills/lakehouse-doc-en/references/Langchain_plug_installation.md +244 -0
- package/bin/skills/lakehouse-doc-en/references/Langchain_plug_quick_start.md +225 -0
- package/bin/skills/lakehouse-doc-en/references/Langchain_plugins_overview.md +409 -0
- package/bin/skills/lakehouse-doc-en/references/Limitation.md +7 -0
- package/bin/skills/lakehouse-doc-en/references/LoaddataintoLakehouse.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/Logstash.md +181 -0
- package/bin/skills/lakehouse-doc-en/references/MAP.md +158 -0
- package/bin/skills/lakehouse-doc-en/references/MATERIALIZEDVIEW.md +111 -0
- package/bin/skills/lakehouse-doc-en/references/MCPServers.md +268 -0
- package/bin/skills/lakehouse-doc-en/references/MERGE.md +471 -0
- package/bin/skills/lakehouse-doc-en/references/ManageAccounts.md +187 -0
- package/bin/skills/lakehouse-doc-en/references/Management_All.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/ManagingFilesonDatalakeVolumewithZettapark.md +161 -0
- package/bin/skills/lakehouse-doc-en/references/MigrateSnowflakeRealtimeETLPipelinetoClickzettaLakehouse.md +845 -0
- package/bin/skills/lakehouse-doc-en/references/Migrate_Spark_DataEngineeringBestPractices_Project_to_Lakehouse.md +300 -0
- package/bin/skills/lakehouse-doc-en/references/ModelMarket.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/ModernDataStackWithEcosystemTools.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/MonitoringItemSpecification.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/N8N_AI_Workflow_Integration.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/N8N_Integrated_with_LakehouseMCPServer.md +128 -0
- package/bin/skills/lakehouse-doc-en/references/Notebook.md +98 -0
- package/bin/skills/lakehouse-doc-en/references/OPTIMIZE.md +125 -0
- package/bin/skills/lakehouse-doc-en/references/ObjectModelDesign.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/ObtainingAWSCloudARNandExternalID.md +188 -0
- package/bin/skills/lakehouse-doc-en/references/Op_and_Monitoring.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/PUT.md +94 -0
- package/bin/skills/lakehouse-doc-en/references/PerformingVectorandScalarRetrievalinheSameTableinLakehouse.md +84 -0
- package/bin/skills/lakehouse-doc-en/references/Permission_Management.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/Permission_application.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/PowerBI.md +112 -0
- package/bin/skills/lakehouse-doc-en/references/PythonSDKVersionHistory.md +22 -0
- package/bin/skills/lakehouse-doc-en/references/PythonSample_put_gharchive2oss.md +153 -0
- package/bin/skills/lakehouse-doc-en/references/PythonSample_put_github_rt_events.md +336 -0
- package/bin/skills/lakehouse-doc-en/references/PythonSqlAlchemyVersionHistory.md +23 -0
- package/bin/skills/lakehouse-doc-en/references/Python_Task.md +27 -0
- package/bin/skills/lakehouse-doc-en/references/QuickStartwithCopycommand.md +65 -0
- package/bin/skills/lakehouse-doc-en/references/REFRESH.md +83 -0
- package/bin/skills/lakehouse-doc-en/references/REMOTEFUNCTION.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/Refactor_ELT_practice.md +241 -0
- package/bin/skills/lakehouse-doc-en/references/ReferenceManual.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/RemoteFunction-as-udf.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/RemoteFunction-best-practice.md +350 -0
- package/bin/skills/lakehouse-doc-en/references/RemoteFunction-dev-guide-python3.md +570 -0
- package/bin/skills/lakehouse-doc-en/references/RemoteFunction-intro.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/RemoteFunction-on-acr.md +249 -0
- package/bin/skills/lakehouse-doc-en/references/RemoteFunctionAsUDF.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/RemoteFunctionAsUDF_sql.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/RemoteFunctionBestPractice.md +343 -0
- package/bin/skills/lakehouse-doc-en/references/RemoteFunctionDevGuidePython3.md +145 -0
- package/bin/skills/lakehouse-doc-en/references/RemoteFunctionOnACR.md +245 -0
- package/bin/skills/lakehouse-doc-en/references/RemoteFunctionintro.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/RevokePriveleges.md +81 -0
- package/bin/skills/lakehouse-doc-en/references/Row_LevelPermissions.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/SCHEMA.md +63 -0
- package/bin/skills/lakehouse-doc-en/references/SCHEMADDL.md +0 -0
- package/bin/skills/lakehouse-doc-en/references/SHOW-INDEX.md +67 -0
- package/bin/skills/lakehouse-doc-en/references/SHOWCONNECTIONS.md +32 -0
- package/bin/skills/lakehouse-doc-en/references/SHOWFUNCTIONS.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/SHOWGRANTS.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/SHOWROLES.md +55 -0
- package/bin/skills/lakehouse-doc-en/references/SHOWTABLES.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/SHOWUSERS.md +17 -0
- package/bin/skills/lakehouse-doc-en/references/SMALLINT.md +71 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Approx_Aggregate_Functions_Guide.md +371 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Array_Explode_Guide.md +360 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Array_Map_Processing_Guide.md +391 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Attribution_Guide.md +445 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Batch_Insert_Guide.md +171 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Bitmap_Guide.md +282 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_CREATE_TABLE_GUIDE.md +1208 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Clone_Guide.md +188 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Copy_Into_Guide.md +181 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_DML_Considerations.md +601 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Deduplication_Guide.md +203 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Dynamic_Table_Guide.md +215 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Explain_Guide.md +142 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_External_Catalog_Guide.md +147 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_External_Table_Guide.md +156 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Filter_Sort_Guide.md +225 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_FullText_Search_Guide.md +337 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Funnel_Analysis_Guide.md +473 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Group_Aggregation_Guide.md +230 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Hierarchy_Workaround_Guide.md +435 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Index_Guide.md +155 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_JSON_Parsing_Guide.md +221 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Join_Guide.md +660 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Null_Handling_Guide.md +273 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Object_Storage_Guide.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Optimize_Guide.md +137 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Pipe_Guide.md +178 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Pivot_Guide.md +346 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Query_Analysis_Guide.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Ranking_Guide.md +254 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Realtime_Guide.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Retention_Cohort_Guide.md +463 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Running_Total_Guide.md +324 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_SELECT_Considerations.md +1831 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Sampling_Guide.md +154 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Sessionization_Guide.md +407 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Set_Operations_Guide.md +218 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Share_Guide.md +156 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_String_Processing_Guide.md +663 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Syntax_Guide.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Table_Stream_Guide.md +178 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_TimeSeries_Guide.md +362 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Time_Travel_Guide.md +173 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Type_Conversion_Guide.md +241 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Update_Delete_Guide.md +229 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Upsert_Guide.md +199 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Vector_Search_Guide.md +555 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_View_Guide.md +195 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Volume_Guide.md +149 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_With_CTE_Guide.md +1526 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Write_Change_Guide.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_customers.md +73 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_revenue.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/STRING.md +74 -0
- package/bin/skills/lakehouse-doc-en/references/STRUCT.md +199 -0
- package/bin/skills/lakehouse-doc-en/references/SUMMARY.md +1485 -0
- package/bin/skills/lakehouse-doc-en/references/SYNCPOINT.md +4 -0
- package/bin/skills/lakehouse-doc-en/references/Security_system_inventory_and_optimization_based_Information_Schema.md +411 -0
- package/bin/skills/lakehouse-doc-en/references/SecurityandGovernance.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/SharedData.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/SlowlyChangingDimensionsInLakehouseUsingStreamsandTasks.md +587 -0
- package/bin/skills/lakehouse-doc-en/references/Spark_Lakehouse_iceberg_REST.md +151 -0
- package/bin/skills/lakehouse-doc-en/references/Structured_and_semi-structured_data_analysis.md +171 -0
- package/bin/skills/lakehouse-doc-en/references/Studio.md +78 -0
- package/bin/skills/lakehouse-doc-en/references/StudioDI_PrivateLinkVPC_fromRDS.md +105 -0
- package/bin/skills/lakehouse-doc-en/references/Supported_Cloud_Platforms.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/TABLE.md +183 -0
- package/bin/skills/lakehouse-doc-en/references/TIMESTAMP.md +117 -0
- package/bin/skills/lakehouse-doc-en/references/TIMETRAVEL.md +150 -0
- package/bin/skills/lakehouse-doc-en/references/TINYINT.md +77 -0
- package/bin/skills/lakehouse-doc-en/references/TPC-H100G_experience.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/TRUNCATE.md +123 -0
- package/bin/skills/lakehouse-doc-en/references/TableDesign.md +270 -0
- package/bin/skills/lakehouse-doc-en/references/TableauConnectToLakehouse.md +73 -0
- package/bin/skills/lakehouse-doc-en/references/Transformation.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/UNDROP-TABLE.md +171 -0
- package/bin/skills/lakehouse-doc-en/references/UPDATE.md +217 -0
- package/bin/skills/lakehouse-doc-en/references/USESCHEMA.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/Unstructured_io.md +749 -0
- package/bin/skills/lakehouse-doc-en/references/Usage_Statistics.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/VARCHARleghth.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/VARCHARlength.md +73 -0
- package/bin/skills/lakehouse-doc-en/references/VIEW.md +74 -0
- package/bin/skills/lakehouse-doc-en/references/WEBIDE.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/WINDOWCALUSE.md +66 -0
- package/bin/skills/lakehouse-doc-en/references/WINDOWFUNCTION.md +561 -0
- package/bin/skills/lakehouse-doc-en/references/WITH.md +137 -0
- package/bin/skills/lakehouse-doc-en/references/ZettaparkQuickStart.md +466 -0
- package/bin/skills/lakehouse-doc-en/references/Zettapark_Data_Engineering_Demo.md +351 -0
- package/bin/skills/lakehouse-doc-en/references/a_comprehensive_guide_to_ingesting_data_into_clickzetta_lakehouse.md +66 -0
- package/bin/skills/lakehouse-doc-en/references/access-control-configuration.md +249 -0
- package/bin/skills/lakehouse-doc-en/references/access-control-general.md +81 -0
- package/bin/skills/lakehouse-doc-en/references/access-control.md +235 -0
- package/bin/skills/lakehouse-doc-en/references/account-funds.md +87 -0
- package/bin/skills/lakehouse-doc-en/references/account.md +2 -0
- package/bin/skills/lakehouse-doc-en/references/account_user_management.md +108 -0
- package/bin/skills/lakehouse-doc-en/references/agg_function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/approx_count_distinct.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/bit_and.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/bit_or.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/bit_xor.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/bool_and.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/bool_or.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/collect_list.md +58 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/collect_set.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/count.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/group_bitmap_merge_state.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/group_bitmap_state.md +110 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/max.md +58 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/min.md +51 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/percentile.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/stddev_pop.md +51 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/stddev_samp.md +55 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/sum.md +51 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/var_pop.md +60 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/var_samp.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/ai_app_dev_practical.md +3 -0
- package/bin/skills/lakehouse-doc-en/references/ai_classify.md +263 -0
- package/bin/skills/lakehouse-doc-en/references/ai_extract.md +248 -0
- package/bin/skills/lakehouse-doc-en/references/ai_fix_grammar.md +200 -0
- package/bin/skills/lakehouse-doc-en/references/ai_function_best_practice.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/ai_functions_overview.md +259 -0
- package/bin/skills/lakehouse-doc-en/references/ai_mask.md +188 -0
- package/bin/skills/lakehouse-doc-en/references/ai_sentiment.md +204 -0
- package/bin/skills/lakehouse-doc-en/references/ai_similarity.md +201 -0
- package/bin/skills/lakehouse-doc-en/references/ai_summarize.md +168 -0
- package/bin/skills/lakehouse-doc-en/references/ai_transcribe.md +188 -0
- package/bin/skills/lakehouse-doc-en/references/ai_translate.md +197 -0
- package/bin/skills/lakehouse-doc-en/references/airbyte.md +107 -0
- package/bin/skills/lakehouse-doc-en/references/alert.md +139 -0
- package/bin/skills/lakehouse-doc-en/references/alicloud-arn-externalid.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/alicloud_byos_configuration.md +129 -0
- package/bin/skills/lakehouse-doc-en/references/aliyun_storage_connection.md +133 -0
- package/bin/skills/lakehouse-doc-en/references/alter-dynamic-table.md +327 -0
- package/bin/skills/lakehouse-doc-en/references/alter-external-schema.md +86 -0
- package/bin/skills/lakehouse-doc-en/references/alter-materialized-view.md +212 -0
- package/bin/skills/lakehouse-doc-en/references/alter-network-policy.md +62 -0
- package/bin/skills/lakehouse-doc-en/references/alter-pipe.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/alter-share.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/alter-table.md +349 -0
- package/bin/skills/lakehouse-doc-en/references/alter-user.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/alter-vcluster.md +154 -0
- package/bin/skills/lakehouse-doc-en/references/alter-volume.md +51 -0
- package/bin/skills/lakehouse-doc-en/references/alter-workspace.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/alter.md +72 -0
- package/bin/skills/lakehouse-doc-en/references/analysis_internet_data_nyc_green_data.md +449 -0
- package/bin/skills/lakehouse-doc-en/references/analytics-agent-core-concepts.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/analytics-modern-data-stack.md +386 -0
- package/bin/skills/lakehouse-doc-en/references/analytics_cluster_best_practices.md +367 -0
- package/bin/skills/lakehouse-doc-en/references/analyze-table.md +51 -0
- package/bin/skills/lakehouse-doc-en/references/answer-accuracy-improve.md +179 -0
- package/bin/skills/lakehouse-doc-en/references/application-list.md +26 -0
- package/bin/skills/lakehouse-doc-en/references/approval-list.md +61 -0
- package/bin/skills/lakehouse-doc-en/references/array_function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/array_size.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/authentication.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/authority-management.md +157 -0
- package/bin/skills/lakehouse-doc-en/references/authoritymanagement.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/auto-index.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/aws_storage_connection.md +112 -0
- package/bin/skills/lakehouse-doc-en/references/awscloud_privatelink.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/backfilling_data.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/batch-load-parquet-file-into-lakehouse.md +79 -0
- package/bin/skills/lakehouse-doc-en/references/batch_sync.md +62 -0
- package/bin/skills/lakehouse-doc-en/references/batch_sync_Sop.md +135 -0
- package/bin/skills/lakehouse-doc-en/references/batchloadparquetfileintoLakehouse.md +79 -0
- package/bin/skills/lakehouse-doc-en/references/benchmark.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/benchmark_guide.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/best_ractices.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/bestpractice_bazhuanyu.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/bit_function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/bitmap-type.md +381 -0
- package/bin/skills/lakehouse-doc-en/references/bitmap_function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/bitmap_uba_guide.md +1234 -0
- package/bin/skills/lakehouse-doc-en/references/bloomfilter-summary.md +136 -0
- package/bin/skills/lakehouse-doc-en/references/bluepipe-oracle-lakehouse-datasync.md +244 -0
- package/bin/skills/lakehouse-doc-en/references/bring_your_own_storage.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/build-index.md +75 -0
- package/bin/skills/lakehouse-doc-en/references/build_rag_with_langchain.md +652 -0
- package/bin/skills/lakehouse-doc-en/references/bulkload-summary.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/bulkloadv1-java-sdk.md +177 -0
- package/bin/skills/lakehouse-doc-en/references/bulkloadv1-python-sdk.md +169 -0
- package/bin/skills/lakehouse-doc-en/references/business-audit-trail-with-table-stream.md +281 -0
- package/bin/skills/lakehouse-doc-en/references/byok.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/byos_general.md +165 -0
- package/bin/skills/lakehouse-doc-en/references/byos_tencentcloud_configuration.md +138 -0
- package/bin/skills/lakehouse-doc-en/references/cache-command.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/cancel-job.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/cardinality_array.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/charge_analysis_with_lakehouse_mcp_server.md +393 -0
- package/bin/skills/lakehouse-doc-en/references/chart-auto-refresh-guide.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/clickzetta-sample-data.md +239 -0
- package/bin/skills/lakehouse-doc-en/references/clone-doc.md +101 -0
- package/bin/skills/lakehouse-doc-en/references/cloud_object_storage.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/cluster-table-guide.md +64 -0
- package/bin/skills/lakehouse-doc-en/references/cluster-table.md +111 -0
- package/bin/skills/lakehouse-doc-en/references/code_approval.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/composite_task.md +192 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_comparison.md +83 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_3rd_tools.md +11 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_dbv_sql_put.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_environment_and_data_generate.md +669 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_javasdk_bulkload_realtime.md +741 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_kafka_realtime_sync.md +73 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_local_file_into_table_by_studio.md +64 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_overview.md +66 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_pipe_kafka.md +8 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_pipe_oss.md +7 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_studio_batchload_public_network.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_studio_python_node.md +113 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_studio_realtime_cdc_public_network.md +253 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_studio_sql_insert.md +174 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_zettapark_put_file_to_lake.md +222 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_zettapark_save_as_table.md +87 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_zettapark_sql_insert.md +121 -0
- package/bin/skills/lakehouse-doc-en/references/compute-overview.md +142 -0
- package/bin/skills/lakehouse-doc-en/references/compute-resource-ddl.md +128 -0
- package/bin/skills/lakehouse-doc-en/references/concepts.md +209 -0
- package/bin/skills/lakehouse-doc-en/references/concurrency_scaling.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/conditional_function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/config-datasource.md +82 -0
- package/bin/skills/lakehouse-doc-en/references/config_volume_dify_storage.md +342 -0
- package/bin/skills/lakehouse-doc-en/references/connect-with-cli.md +127 -0
- package/bin/skills/lakehouse-doc-en/references/connect_to_Lakehouse.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/connection-guide.md +57 -0
- package/bin/skills/lakehouse-doc-en/references/connection-overview.md +171 -0
- package/bin/skills/lakehouse-doc-en/references/considerations-for-using-sql.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/context_function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/continue-job.md +256 -0
- package/bin/skills/lakehouse-doc-en/references/conversational_analytics_datagpt.md +3 -0
- package/bin/skills/lakehouse-doc-en/references/copy-into-table.md +442 -0
- package/bin/skills/lakehouse-doc-en/references/copy.md +74 -0
- package/bin/skills/lakehouse-doc-en/references/cos_storage_connection.md +73 -0
- package/bin/skills/lakehouse-doc-en/references/cos_volume_creation.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/cost_management.md +2 -0
- package/bin/skills/lakehouse-doc-en/references/create-api-connection.md +352 -0
- package/bin/skills/lakehouse-doc-en/references/create-catalog-connection.md +253 -0
- package/bin/skills/lakehouse-doc-en/references/create-dynamic-table.md +461 -0
- package/bin/skills/lakehouse-doc-en/references/create-embedding-function.md +244 -0
- package/bin/skills/lakehouse-doc-en/references/create-external-catalog.md +220 -0
- package/bin/skills/lakehouse-doc-en/references/create-external-delta.md +76 -0
- package/bin/skills/lakehouse-doc-en/references/create-external-schema.md +165 -0
- package/bin/skills/lakehouse-doc-en/references/create-external-table.md +75 -0
- package/bin/skills/lakehouse-doc-en/references/create-external-volume.md +102 -0
- package/bin/skills/lakehouse-doc-en/references/create-hive-catalog.md +64 -0
- package/bin/skills/lakehouse-doc-en/references/create-inverted-index.md +154 -0
- package/bin/skills/lakehouse-doc-en/references/create-kafka-external.md +298 -0
- package/bin/skills/lakehouse-doc-en/references/create-llm-function.md +245 -0
- package/bin/skills/lakehouse-doc-en/references/create-materialized-view.md +529 -0
- package/bin/skills/lakehouse-doc-en/references/create-network-policy.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/create-pipe.md +60 -0
- package/bin/skills/lakehouse-doc-en/references/create-role.md +94 -0
- package/bin/skills/lakehouse-doc-en/references/create-schema-from-share.md +55 -0
- package/bin/skills/lakehouse-doc-en/references/create-schema.md +88 -0
- package/bin/skills/lakehouse-doc-en/references/create-share.md +132 -0
- package/bin/skills/lakehouse-doc-en/references/create-sql-function.md +119 -0
- package/bin/skills/lakehouse-doc-en/references/create-storage-connection.md +316 -0
- package/bin/skills/lakehouse-doc-en/references/create-synonym.md +64 -0
- package/bin/skills/lakehouse-doc-en/references/create-table-ddl.md +390 -0
- package/bin/skills/lakehouse-doc-en/references/create-table-stream.md +217 -0
- package/bin/skills/lakehouse-doc-en/references/create-user.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/create-vector-index.md +105 -0
- package/bin/skills/lakehouse-doc-en/references/create-view.md +128 -0
- package/bin/skills/lakehouse-doc-en/references/create-volume.md +64 -0
- package/bin/skills/lakehouse-doc-en/references/create.md +93 -0
- package/bin/skills/lakehouse-doc-en/references/create_cluster.md +117 -0
- package/bin/skills/lakehouse-doc-en/references/creating_alicloud_privatelinkendpoint.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/creating_alicloud_privatelinkservice.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/creating_tencentcloud_privatelinkendpoint.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/creating_tencentcloud_privatelinkservice.md +19 -0
- package/bin/skills/lakehouse-doc-en/references/credit-scoring-with-zettapark.md +873 -0
- package/bin/skills/lakehouse-doc-en/references/crete-external-catalog.md +16 -0
- package/bin/skills/lakehouse-doc-en/references/cz-cli-agent.md +142 -0
- package/bin/skills/lakehouse-doc-en/references/cz-cli-datasource.md +63 -0
- package/bin/skills/lakehouse-doc-en/references/cz-cli-sql.md +396 -0
- package/bin/skills/lakehouse-doc-en/references/cz-cli-studio-tasks.md +241 -0
- package/bin/skills/lakehouse-doc-en/references/cz-cli.md +130 -0
- package/bin/skills/lakehouse-doc-en/references/czguide-intro-to-cdc-using-clickzetta-rtsync-dynamic-tables.md +738 -0
- package/bin/skills/lakehouse-doc-en/references/dashboard-version-management-guide.md +109 -0
- package/bin/skills/lakehouse-doc-en/references/data-catalog.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/data-integration-intro.md +58 -0
- package/bin/skills/lakehouse-doc-en/references/data-integration.md +51 -0
- package/bin/skills/lakehouse-doc-en/references/data-lifecycle.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/data-load-summary.md +57 -0
- package/bin/skills/lakehouse-doc-en/references/data-mamager-tool.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/data-manager-tool.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/data-quality.md +99 -0
- package/bin/skills/lakehouse-doc-en/references/data-recover.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/data-recovery-with-time-travel.md +248 -0
- package/bin/skills/lakehouse-doc-en/references/data-sharing-concept.md +110 -0
- package/bin/skills/lakehouse-doc-en/references/data-sharing-overview.md +149 -0
- package/bin/skills/lakehouse-doc-en/references/data-sharing.md +320 -0
- package/bin/skills/lakehouse-doc-en/references/data-sources.md +62 -0
- package/bin/skills/lakehouse-doc-en/references/data-sync-intro.md +23 -0
- package/bin/skills/lakehouse-doc-en/references/data-type-guide.md +86 -0
- package/bin/skills/lakehouse-doc-en/references/data-type.md +219 -0
- package/bin/skills/lakehouse-doc-en/references/data-types-timestamp-ntz.md +128 -0
- package/bin/skills/lakehouse-doc-en/references/data.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/data_catalog.md +109 -0
- package/bin/skills/lakehouse-doc-en/references/data_clean_with_sql.md +378 -0
- package/bin/skills/lakehouse-doc-en/references/data_ops.md +7 -0
- package/bin/skills/lakehouse-doc-en/references/data_org.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/data_partition.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/data_privacy.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/data_result_profile.md +21 -0
- package/bin/skills/lakehouse-doc-en/references/data_security.md +65 -0
- package/bin/skills/lakehouse-doc-en/references/data_share.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/data_sharing_between_accounts_guide.md +331 -0
- package/bin/skills/lakehouse-doc-en/references/data_sharing_guide.md +117 -0
- package/bin/skills/lakehouse-doc-en/references/data_sync.md +6 -0
- package/bin/skills/lakehouse-doc-en/references/data_transfer_datalake.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/data_visualization.md +96 -0
- package/bin/skills/lakehouse-doc-en/references/dataagent.md +80 -0
- package/bin/skills/lakehouse-doc-en/references/databricks_yunqi_integration_guide_v2.md +842 -0
- package/bin/skills/lakehouse-doc-en/references/datacatalog.md +127 -0
- package/bin/skills/lakehouse-doc-en/references/datagpt-release.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/datagpt_bestpractice.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/datagpt_data_source.md +57 -0
- package/bin/skills/lakehouse-doc-en/references/datagpt_get_accurate_answers.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/datagpt_intro.md +75 -0
- package/bin/skills/lakehouse-doc-en/references/datagpt_introduction.md +129 -0
- package/bin/skills/lakehouse-doc-en/references/datagpt_quickstart.md +99 -0
- package/bin/skills/lakehouse-doc-en/references/datagpt_tutorial.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/datalake-acceleration.md +5 -0
- package/bin/skills/lakehouse-doc-en/references/datalake-storage-connection.md +12 -0
- package/bin/skills/lakehouse-doc-en/references/datalake_FAQ.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/datalake_overview.md +17 -0
- package/bin/skills/lakehouse-doc-en/references/datalake_privilege.md +55 -0
- package/bin/skills/lakehouse-doc-en/references/datalake_query_ingest.md +18 -0
- package/bin/skills/lakehouse-doc-en/references/datalake_unstructure_data.md +3 -0
- package/bin/skills/lakehouse-doc-en/references/datalake_volume.md +114 -0
- package/bin/skills/lakehouse-doc-en/references/datalake_volume_analytics.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/datalake_volume_anlytics.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/datalake_volume_object.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/datalakeanalysis.md +272 -0
- package/bin/skills/lakehouse-doc-en/references/dataops_practice.md +104 -0
- package/bin/skills/lakehouse-doc-en/references/datasharing.md +328 -0
- package/bin/skills/lakehouse-doc-en/references/datasharing_catalog.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/datasource-config-guide.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/datasource_ip_whitelist.md +93 -0
- package/bin/skills/lakehouse-doc-en/references/datasources.md +62 -0
- package/bin/skills/lakehouse-doc-en/references/datatype-cast.md +89 -0
- package/bin/skills/lakehouse-doc-en/references/datatype-conversion.md +331 -0
- package/bin/skills/lakehouse-doc-en/references/datetime_patterns.md +61 -0
- package/bin/skills/lakehouse-doc-en/references/datus_lakehouse_installation.md +418 -0
- package/bin/skills/lakehouse-doc-en/references/datus_lakehouse_solution_overview.md +148 -0
- package/bin/skills/lakehouse-doc-en/references/db_dw_connection.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/dbt-advanced-features.md +261 -0
- package/bin/skills/lakehouse-doc-en/references/dbt-bigquery-to-clickzetta-migration.md +458 -0
- package/bin/skills/lakehouse-doc-en/references/dbt-data-quality.md +237 -0
- package/bin/skills/lakehouse-doc-en/references/dbt-incremental.md +340 -0
- package/bin/skills/lakehouse-doc-en/references/dbt-practice-series.md +90 -0
- package/bin/skills/lakehouse-doc-en/references/dbt-realtime-pipeline.md +308 -0
- package/bin/skills/lakehouse-doc-en/references/dbt-snowflake-to-clickzetta-migration.md +384 -0
- package/bin/skills/lakehouse-doc-en/references/default-value.md +87 -0
- package/bin/skills/lakehouse-doc-en/references/delta-lake.md +190 -0
- package/bin/skills/lakehouse-doc-en/references/desc-catalog-table.md +27 -0
- package/bin/skills/lakehouse-doc-en/references/desc-catalog.md +28 -0
- package/bin/skills/lakehouse-doc-en/references/desc-connection.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/desc-dynamic-table.md +95 -0
- package/bin/skills/lakehouse-doc-en/references/desc-external-schemas.md +57 -0
- package/bin/skills/lakehouse-doc-en/references/desc-external-table.md +63 -0
- package/bin/skills/lakehouse-doc-en/references/desc-function.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/desc-history-dynamic-table.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/desc-history-table.md +61 -0
- package/bin/skills/lakehouse-doc-en/references/desc-history.md +91 -0
- package/bin/skills/lakehouse-doc-en/references/desc-materialized-view.md +110 -0
- package/bin/skills/lakehouse-doc-en/references/desc-network-policy.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/desc-pipe.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/desc-schemas.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/desc-share.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/desc-table-stream.md +64 -0
- package/bin/skills/lakehouse-doc-en/references/desc-table.md +103 -0
- package/bin/skills/lakehouse-doc-en/references/desc-vcluster.md +79 -0
- package/bin/skills/lakehouse-doc-en/references/desc-view.md +66 -0
- package/bin/skills/lakehouse-doc-en/references/desc-volume.md +84 -0
- package/bin/skills/lakehouse-doc-en/references/desc-workspace.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/describe.md +80 -0
- package/bin/skills/lakehouse-doc-en/references/dify_config_lakehouse_as_vectordb.md +314 -0
- package/bin/skills/lakehouse-doc-en/references/dify_yunqilakehouse_integration_overview.md +232 -0
- package/bin/skills/lakehouse-doc-en/references/discovery_analysis_data_in_json_file_on_external_volume.md +625 -0
- package/bin/skills/lakehouse-doc-en/references/discovery_analysis_data_in_parquet_file_on_external_volume.md +599 -0
- package/bin/skills/lakehouse-doc-en/references/dml.md +90 -0
- package/bin/skills/lakehouse-doc-en/references/download-data-with-copy.md +27 -0
- package/bin/skills/lakehouse-doc-en/references/download-data.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/drop-connection.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/drop-dynamic-table.md +76 -0
- package/bin/skills/lakehouse-doc-en/references/drop-external-schema.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/drop-external-table.md +32 -0
- package/bin/skills/lakehouse-doc-en/references/drop-function.md +51 -0
- package/bin/skills/lakehouse-doc-en/references/drop-materialized-view.md +73 -0
- package/bin/skills/lakehouse-doc-en/references/drop-network-policy.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/drop-pipe.md +15 -0
- package/bin/skills/lakehouse-doc-en/references/drop-role.md +61 -0
- package/bin/skills/lakehouse-doc-en/references/drop-schema.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/drop-share.md +73 -0
- package/bin/skills/lakehouse-doc-en/references/drop-synonym.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/drop-table-stream.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/drop-table.md +70 -0
- package/bin/skills/lakehouse-doc-en/references/drop-user.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/drop-vcluster.md +63 -0
- package/bin/skills/lakehouse-doc-en/references/drop-view.md +63 -0
- package/bin/skills/lakehouse-doc-en/references/drop-volume.md +55 -0
- package/bin/skills/lakehouse-doc-en/references/drop.md +84 -0
- package/bin/skills/lakehouse-doc-en/references/dynamic-mask.md +202 -0
- package/bin/skills/lakehouse-doc-en/references/dynamic-table-bestpractice.md +193 -0
- package/bin/skills/lakehouse-doc-en/references/dynamic-table-dml-sql.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/dynamic-table-dml.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/dynamic-table-incre.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/dynamic-table-introduce.md +320 -0
- package/bin/skills/lakehouse-doc-en/references/dynamic-table-parameters.md +423 -0
- package/bin/skills/lakehouse-doc-en/references/dynamic-table-scheduling.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/dynamic-table.md +96 -0
- package/bin/skills/lakehouse-doc-en/references/dynamicTable-DML-sql.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/dynamicTable-dml.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/dynamicTable-parmaters.md +250 -0
- package/bin/skills/lakehouse-doc-en/references/dynamic_table_summary.md +366 -0
- package/bin/skills/lakehouse-doc-en/references/dynamic_table_task.md +68 -0
- package/bin/skills/lakehouse-doc-en/references/dynamic_table_using_studio.md +163 -0
- package/bin/skills/lakehouse-doc-en/references/dynamictable.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/eco_integration/Zeppelin.md +79 -0
- package/bin/skills/lakehouse-doc-en/references/eco_integration/airbyte.md +74 -0
- package/bin/skills/lakehouse-doc-en/references/eco_integration/datagrip-lakehouse.md +55 -0
- package/bin/skills/lakehouse-doc-en/references/eco_integration/datax.md +163 -0
- package/bin/skills/lakehouse-doc-en/references/eco_integration/dbeaver-lakehouse.md +65 -0
- package/bin/skills/lakehouse-doc-en/references/eco_integration/dbt-jaffle-shop-quickstart.md +234 -0
- package/bin/skills/lakehouse-doc-en/references/eco_integration/dbt.md +300 -0
- package/bin/skills/lakehouse-doc-en/references/eco_integration/rath.md +84 -0
- package/bin/skills/lakehouse-doc-en/references/eco_integration/sqlline.md +72 -0
- package/bin/skills/lakehouse-doc-en/references/eco_integration/sqlworkbench-j-lakehouse.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/eco_integration/streamlit.md +104 -0
- package/bin/skills/lakehouse-doc-en/references/eco_integration/superset.md +98 -0
- package/bin/skills/lakehouse-doc-en/references/eco_integration/trino.md +73 -0
- package/bin/skills/lakehouse-doc-en/references/ecosystem-all.md +121 -0
- package/bin/skills/lakehouse-doc-en/references/encryption-function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/export_data_with_data-integration.md +3 -0
- package/bin/skills/lakehouse-doc-en/references/external-Volume.md +10 -0
- package/bin/skills/lakehouse-doc-en/references/external-catalog-concept.md +329 -0
- package/bin/skills/lakehouse-doc-en/references/external-catalog-summary.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/external-catalog.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/external-function-dev-guide-java.md +556 -0
- package/bin/skills/lakehouse-doc-en/references/external-function-summary.md +0 -0
- package/bin/skills/lakehouse-doc-en/references/external-hudi-table.md +188 -0
- package/bin/skills/lakehouse-doc-en/references/external-schema.md +100 -0
- package/bin/skills/lakehouse-doc-en/references/external-table-guide.md +101 -0
- package/bin/skills/lakehouse-doc-en/references/external_catalog_schema.md +182 -0
- package/bin/skills/lakehouse-doc-en/references/external_object_user_guide.md +298 -0
- package/bin/skills/lakehouse-doc-en/references/external_volume.md +199 -0
- package/bin/skills/lakehouse-doc-en/references/f6fc6447ee.md +161 -0
- package/bin/skills/lakehouse-doc-en/references/feature-engineering-with-zettapark.md +429 -0
- package/bin/skills/lakehouse-doc-en/references/federation-query.md +74 -0
- package/bin/skills/lakehouse-doc-en/references/file_functions.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/filter-clause.md +76 -0
- package/bin/skills/lakehouse-doc-en/references/finebi-mysql.md +106 -0
- package/bin/skills/lakehouse-doc-en/references/flink-write-connector.md +646 -0
- package/bin/skills/lakehouse-doc-en/references/from_lakehouse_to_volume.md +109 -0
- package/bin/skills/lakehouse-doc-en/references/from_volume_to_table.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/full-text-search.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/fulltext_indexes_guide.md +1197 -0
- package/bin/skills/lakehouse-doc-en/references/function-overview.md +98 -0
- package/bin/skills/lakehouse-doc-en/references/functions.md +101 -0
- package/bin/skills/lakehouse-doc-en/references/funnel-analysis-with-window-functions.md +350 -0
- package/bin/skills/lakehouse-doc-en/references/generated-column.md +99 -0
- package/bin/skills/lakehouse-doc-en/references/generated_columns_guide.md +847 -0
- package/bin/skills/lakehouse-doc-en/references/geo.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/geospatial_analysis.md +566 -0
- package/bin/skills/lakehouse-doc-en/references/get-started-with-sample-data.md +79 -0
- package/bin/skills/lakehouse-doc-en/references/getting_started_with_vcluster_for_processing_analytics.md +442 -0
- package/bin/skills/lakehouse-doc-en/references/gitfolder.md +57 -0
- package/bin/skills/lakehouse-doc-en/references/grant-privileges.md +140 -0
- package/bin/skills/lakehouse-doc-en/references/grant-to-share.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/grant-user-privileges.md +112 -0
- package/bin/skills/lakehouse-doc-en/references/groupby.md +1258 -0
- package/bin/skills/lakehouse-doc-en/references/guides-overview-connecting.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/hash.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/high_order_function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/hive-connection.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/hive-to-lakehouse-ecommerce.md +362 -0
- package/bin/skills/lakehouse-doc-en/references/ide.md +8 -0
- package/bin/skills/lakehouse-doc-en/references/identity-auth.md +8 -0
- package/bin/skills/lakehouse-doc-en/references/if_else_task.md +160 -0
- package/bin/skills/lakehouse-doc-en/references/ifnull.md +62 -0
- package/bin/skills/lakehouse-doc-en/references/ilike.md +83 -0
- package/bin/skills/lakehouse-doc-en/references/import-data-by-python-into-lakehouse.md +141 -0
- package/bin/skills/lakehouse-doc-en/references/import-feishu-data.md +389 -0
- package/bin/skills/lakehouse-doc-en/references/import_data_with_data-integration.md +3 -0
- package/bin/skills/lakehouse-doc-en/references/importdatabypythonintoLakehouse.md +134 -0
- package/bin/skills/lakehouse-doc-en/references/incremental-computing.md +482 -0
- package/bin/skills/lakehouse-doc-en/references/incremetal-compute.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/index-overview.md +25 -0
- package/bin/skills/lakehouse-doc-en/references/index-partition-overview.md +137 -0
- package/bin/skills/lakehouse-doc-en/references/index-t.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/index2.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/index_guide.md +81 -0
- package/bin/skills/lakehouse-doc-en/references/indexs.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/information_schema_guide.md +188 -0
- package/bin/skills/lakehouse-doc-en/references/ingesting-data-from-alibaba-cloud-datalake.md +977 -0
- package/bin/skills/lakehouse-doc-en/references/input_output.md +70 -0
- package/bin/skills/lakehouse-doc-en/references/instance-information-schema-summary.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/instance-information-schema.md +344 -0
- package/bin/skills/lakehouse-doc-en/references/instance-information_schema.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/internal_volume.md +213 -0
- package/bin/skills/lakehouse-doc-en/references/intro-supported-features.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/inverted-index.md +350 -0
- package/bin/skills/lakehouse-doc-en/references/inverted_idx_bm25_param.md +251 -0
- package/bin/skills/lakehouse-doc-en/references/inverted_idx_multi-match.md +89 -0
- package/bin/skills/lakehouse-doc-en/references/ip_function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/is-null.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/it-operation-management.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/java_reference/bulkload-upload.md +164 -0
- package/bin/skills/lakehouse-doc-en/references/java_reference/client.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/java_reference/java-sdk-release-notes.md +32 -0
- package/bin/skills/lakehouse-doc-en/references/java_reference/java-sdk-summary.md +187 -0
- package/bin/skills/lakehouse-doc-en/references/java_reference/jdbc.md +211 -0
- package/bin/skills/lakehouse-doc-en/references/java_reference/realtime-upload.md +288 -0
- package/bin/skills/lakehouse-doc-en/references/java_sdk_guide.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/jdbc_task.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/job-manage.md +57 -0
- package/bin/skills/lakehouse-doc-en/references/job_history_analysis_with_information_schema.md +674 -0
- package/bin/skills/lakehouse-doc-en/references/jobprofile-bestpractices.md +108 -0
- package/bin/skills/lakehouse-doc-en/references/json_analyze.md +424 -0
- package/bin/skills/lakehouse-doc-en/references/json_data_process_guide.md +881 -0
- package/bin/skills/lakehouse-doc-en/references/json_function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/json_guide_for_complex_biz_cases.md +1897 -0
- package/bin/skills/lakehouse-doc-en/references/kafka-connection.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/kafka-external-table.md +93 -0
- package/bin/skills/lakehouse-doc-en/references/key-concepts.md +394 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse-acceleration-guide.md +136 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse-ai.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse-data-engineering-handbook.md +519 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse-index-best-practice.md +670 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse-insight.md +104 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse-llms-index-skill.md +209 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse-platform-release-note.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse-quick-experience_guide.md +980 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse-studio-101.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse-studio-concept.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse-studio-release-note.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse-table-stream-best-practices.md +607 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse-zilliz-make-data-ready-for-bi-and-ai.md +256 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse_billing_anomaly_alert_configuration_guide.md +294 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse_instance_overview.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse_studio.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse_table_design_guide.md +2674 -0
- package/bin/skills/lakehouse-doc-en/references/lance_guide.md +320 -0
- package/bin/skills/lakehouse-doc-en/references/langchain-plug-installation.md +276 -0
- package/bin/skills/lakehouse-doc-en/references/langchain-plug-quick-start.md +305 -0
- package/bin/skills/lakehouse-doc-en/references/langchain-plugins-overview.md +463 -0
- package/bin/skills/lakehouse-doc-en/references/langchain.md +95 -0
- package/bin/skills/lakehouse-doc-en/references/langchain_basic_samples.md +761 -0
- package/bin/skills/lakehouse-doc-en/references/langchain_integration.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/left.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/like.md +71 -0
- package/bin/skills/lakehouse-doc-en/references/list-partition.md +88 -0
- package/bin/skills/lakehouse-doc-en/references/llama-index.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/load-data-local.md +85 -0
- package/bin/skills/lakehouse-doc-en/references/load-data-oss.md +175 -0
- package/bin/skills/lakehouse-doc-en/references/load-history-function.md +14 -0
- package/bin/skills/lakehouse-doc-en/references/load_history.md +17 -0
- package/bin/skills/lakehouse-doc-en/references/logging-in.md +68 -0
- package/bin/skills/lakehouse-doc-en/references/manage-accounts.md +187 -0
- package/bin/skills/lakehouse-doc-en/references/management.md +181 -0
- package/bin/skills/lakehouse-doc-en/references/management_guide.md +115 -0
- package/bin/skills/lakehouse-doc-en/references/managing-files-on-volume-with-zettapark.md +165 -0
- package/bin/skills/lakehouse-doc-en/references/managing-instance.md +68 -0
- package/bin/skills/lakehouse-doc-en/references/managing-security.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/map-function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/mapjoin.md +98 -0
- package/bin/skills/lakehouse-doc-en/references/materialized_ddl.md +90 -0
- package/bin/skills/lakehouse-doc-en/references/math_function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/maxcompute-to-lakehouse-ecommerce.md +405 -0
- package/bin/skills/lakehouse-doc-en/references/medallion-lakehouse-from-scratch.md +720 -0
- package/bin/skills/lakehouse-doc-en/references/meta-objects-and-privileges.md +273 -0
- package/bin/skills/lakehouse-doc-en/references/metabase.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/metadata_show_desc_command_guide.md +711 -0
- package/bin/skills/lakehouse-doc-en/references/metrics_answer_build.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/migrate-snowflake-realtime-etl-to-lakehouse.md +862 -0
- package/bin/skills/lakehouse-doc-en/references/migrate-spark-data-engineering-best-practices-to-lakehouse.md +293 -0
- package/bin/skills/lakehouse-doc-en/references/migration-spark-sql.md +610 -0
- package/bin/skills/lakehouse-doc-en/references/migration-sql-compatibility.md +184 -0
- package/bin/skills/lakehouse-doc-en/references/mindsdb.md +282 -0
- package/bin/skills/lakehouse-doc-en/references/modelprice.md +155 -0
- package/bin/skills/lakehouse-doc-en/references/modern-data-stack-with-ecosystem-tools.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/monitor_and_alert.md +177 -0
- package/bin/skills/lakehouse-doc-en/references/monitoring_and_alerting.md +177 -0
- package/bin/skills/lakehouse-doc-en/references/monitoring_item_specification.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/multi_cloud_instance_manage_with_mcp_server.md +284 -0
- package/bin/skills/lakehouse-doc-en/references/multitable_batch_sync.md +465 -0
- package/bin/skills/lakehouse-doc-en/references/multitable_realtime_sync.md +401 -0
- package/bin/skills/lakehouse-doc-en/references/multitable_realtime_sync_sop.md +588 -0
- package/bin/skills/lakehouse-doc-en/references/n8n_Integreated_with_lakehouse_mcp_server.md +538 -0
- package/bin/skills/lakehouse-doc-en/references/navicat-mysql.md +67 -0
- package/bin/skills/lakehouse-doc-en/references/network_policy.md +286 -0
- package/bin/skills/lakehouse-doc-en/references/notes-and-guidelines-for-partition-tables.md +1724 -0
- package/bin/skills/lakehouse-doc-en/references/number_type_guide.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/nyc_green_taxi_data_clean_transform_with_mcp_server.md +315 -0
- package/bin/skills/lakehouse-doc-en/references/object-model-overview.md +69 -0
- package/bin/skills/lakehouse-doc-en/references/object_identifier.md +270 -0
- package/bin/skills/lakehouse-doc-en/references/object_model_design.md +244 -0
- package/bin/skills/lakehouse-doc-en/references/om-api-connection.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/om-bloomfilter.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/om-catalog-connection.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/om-data-sharing.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/om-dynamic-mask.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/om-dynamic-table.md +223 -0
- package/bin/skills/lakehouse-doc-en/references/om-external-function.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/om-external-volume.md +57 -0
- package/bin/skills/lakehouse-doc-en/references/om-internal-volume.md +91 -0
- package/bin/skills/lakehouse-doc-en/references/om-inverted-index.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/om-named-volume.md +75 -0
- package/bin/skills/lakehouse-doc-en/references/om-network-policy.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/om-pipe.md +217 -0
- package/bin/skills/lakehouse-doc-en/references/om-roles.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/om-row-level-permission.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/om-schema.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/om-semantic-view.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/om-storage-connection.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/om-synonym.md +119 -0
- package/bin/skills/lakehouse-doc-en/references/om-table-stream.md +196 -0
- package/bin/skills/lakehouse-doc-en/references/om-table.md +193 -0
- package/bin/skills/lakehouse-doc-en/references/om-time-travel.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/om-user-management.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/om-vcluster.md +101 -0
- package/bin/skills/lakehouse-doc-en/references/om-view.md +199 -0
- package/bin/skills/lakehouse-doc-en/references/om-workspace.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/opensource/travel.md +126 -0
- package/bin/skills/lakehouse-doc-en/references/operation-maintenance.md +149 -0
- package/bin/skills/lakehouse-doc-en/references/optimizing-computing-resources.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/org-hierarchy.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/oss_volume_creation.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/overview.md +187 -0
- package/bin/skills/lakehouse-doc-en/references/pandas-to-zettapark-migration-retail.md +262 -0
- package/bin/skills/lakehouse-doc-en/references/partition-func.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/partition_table.md +324 -0
- package/bin/skills/lakehouse-doc-en/references/partition_table_guide.md +319 -0
- package/bin/skills/lakehouse-doc-en/references/performance_optimization.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/performence_test.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/permission-application.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/permissions-of-built-in-workspace-level-roles.md +131 -0
- package/bin/skills/lakehouse-doc-en/references/pipe-introduction.md +97 -0
- package/bin/skills/lakehouse-doc-en/references/pipe-kafka-bestpractice-1.md +431 -0
- package/bin/skills/lakehouse-doc-en/references/pipe-kafka-table-stream.md +182 -0
- package/bin/skills/lakehouse-doc-en/references/pipe-kafka.md +217 -0
- package/bin/skills/lakehouse-doc-en/references/pipe-overview.md +167 -0
- package/bin/skills/lakehouse-doc-en/references/pipe-storage-object.md +263 -0
- package/bin/skills/lakehouse-doc-en/references/pipe-summary.md +107 -0
- package/bin/skills/lakehouse-doc-en/references/pipe-syntax.md +183 -0
- package/bin/skills/lakehouse-doc-en/references/pipe.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/pow.md +26 -0
- package/bin/skills/lakehouse-doc-en/references/power_bi.md +117 -0
- package/bin/skills/lakehouse-doc-en/references/practice_data_analysis.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/practice_data_import_and_export.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/practice_python_task.md +203 -0
- package/bin/skills/lakehouse-doc-en/references/preparetion.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/pricing.md +314 -0
- package/bin/skills/lakehouse-doc-en/references/primary key.md +82 -0
- package/bin/skills/lakehouse-doc-en/references/primary-key.md +204 -0
- package/bin/skills/lakehouse-doc-en/references/privacy-policy.md +113 -0
- package/bin/skills/lakehouse-doc-en/references/private-link-general.md +66 -0
- package/bin/skills/lakehouse-doc-en/references/private_link.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/private_storage_overview.md +165 -0
- package/bin/skills/lakehouse-doc-en/references/product-trial-agreement.md +93 -0
- package/bin/skills/lakehouse-doc-en/references/product_concept.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/put-get.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/put_get_volume.md +3 -0
- package/bin/skills/lakehouse-doc-en/references/pyspark-to-zettapark-migration-f1.md +512 -0
- package/bin/skills/lakehouse-doc-en/references/python-igs.md +313 -0
- package/bin/skills/lakehouse-doc-en/references/python-sample-put-gharchive2oss.md +186 -0
- package/bin/skills/lakehouse-doc-en/references/python-sample-put-github-rt-events.md +348 -0
- package/bin/skills/lakehouse-doc-en/references/python-sdk-version-history.md +24 -0
- package/bin/skills/lakehouse-doc-en/references/python-sqlalchemy-version-history.md +23 -0
- package/bin/skills/lakehouse-doc-en/references/python-task-dev.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/python-task.md +28 -0
- package/bin/skills/lakehouse-doc-en/references/python_package_install_import_guide.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/python_reference/bulkload-upload.md +143 -0
- package/bin/skills/lakehouse-doc-en/references/python_reference/connector.md +248 -0
- package/bin/skills/lakehouse-doc-en/references/python_reference/connector_advanced.md +258 -0
- package/bin/skills/lakehouse-doc-en/references/python_reference/connector_examples.md +241 -0
- package/bin/skills/lakehouse-doc-en/references/python_reference/python-sdk-summary.md +88 -0
- package/bin/skills/lakehouse-doc-en/references/python_reference/sqlalchemy.md +145 -0
- package/bin/skills/lakehouse-doc-en/references/python_sdk_guide.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/python_shell_datasource.md +356 -0
- package/bin/skills/lakehouse-doc-en/references/query-json-sy.md +80 -0
- package/bin/skills/lakehouse-doc-en/references/query-snowflake-open-catalog-iceberg-table.md +114 -0
- package/bin/skills/lakehouse-doc-en/references/query-syntax.md +294 -0
- package/bin/skills/lakehouse-doc-en/references/quick_start_batch_sync_data.md +116 -0
- package/bin/skills/lakehouse-doc-en/references/quick_start_bi_analysis.md +588 -0
- package/bin/skills/lakehouse-doc-en/references/quick_start_create_workspace.md +58 -0
- package/bin/skills/lakehouse-doc-en/references/quick_start_data_quality.md +75 -0
- package/bin/skills/lakehouse-doc-en/references/quick_start_etl.md +131 -0
- package/bin/skills/lakehouse-doc-en/references/quick_start_monitoring_and_alerting.md +93 -0
- package/bin/skills/lakehouse-doc-en/references/quick_start_sql_query.md +93 -0
- package/bin/skills/lakehouse-doc-en/references/quick_start_upload_data.md +69 -0
- package/bin/skills/lakehouse-doc-en/references/quick_start_user_management.md +72 -0
- package/bin/skills/lakehouse-doc-en/references/quick_start_workspace.md +72 -0
- package/bin/skills/lakehouse-doc-en/references/quick_start_workspace_user.md +67 -0
- package/bin/skills/lakehouse-doc-en/references/quickstart-with-copy-command.md +79 -0
- package/bin/skills/lakehouse-doc-en/references/quickstart.md +144 -0
- package/bin/skills/lakehouse-doc-en/references/quickstart_bak.md +592 -0
- package/bin/skills/lakehouse-doc-en/references/quickstart_datashare_between_companies.md +247 -0
- package/bin/skills/lakehouse-doc-en/references/quickstart_envirment_for_team.md +269 -0
- package/bin/skills/lakehouse-doc-en/references/quickstart_local_csv.md +90 -0
- package/bin/skills/lakehouse-doc-en/references/rdd-to-zettapark-migration-weblog.md +512 -0
- package/bin/skills/lakehouse-doc-en/references/realtime-pipeline-selection-guide.md +348 -0
- package/bin/skills/lakehouse-doc-en/references/realtime-sales-dashboard-with-dynamic-table.md +317 -0
- package/bin/skills/lakehouse-doc-en/references/realtime_sync.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/realtime_sync_and_analysis_practice.md +183 -0
- package/bin/skills/lakehouse-doc-en/references/realtimesync_m.md +189 -0
- package/bin/skills/lakehouse-doc-en/references/refactor-elt-practice.md +241 -0
- package/bin/skills/lakehouse-doc-en/references/refresh-dynamic-table.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/refresh-history.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/refresh-materialized-view.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/regexp-function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/regexp-statement.md +75 -0
- package/bin/skills/lakehouse-doc-en/references/register_account.md +77 -0
- package/bin/skills/lakehouse-doc-en/references/release-note-0414-1.1.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/release-note-2026-05-19.md +64 -0
- package/bin/skills/lakehouse-doc-en/references/release-notes.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/releasenotes.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/releasenotesupdata.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/remove-volume.md +73 -0
- package/bin/skills/lakehouse-doc-en/references/restore-dynamic-table.md +118 -0
- package/bin/skills/lakehouse-doc-en/references/restore.md +118 -0
- package/bin/skills/lakehouse-doc-en/references/result_cache.md +102 -0
- package/bin/skills/lakehouse-doc-en/references/revoke-from-share.md +71 -0
- package/bin/skills/lakehouse-doc-en/references/revoke-privileges.md +108 -0
- package/bin/skills/lakehouse-doc-en/references/revoke-user-privileges.md +107 -0
- package/bin/skills/lakehouse-doc-en/references/right.md +74 -0
- package/bin/skills/lakehouse-doc-en/references/rlike.md +69 -0
- package/bin/skills/lakehouse-doc-en/references/role-privilege-manage.md +80 -0
- package/bin/skills/lakehouse-doc-en/references/role-privlilige-manage.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/roles.md +123 -0
- package/bin/skills/lakehouse-doc-en/references/rom_lakehouse_to_volume.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/row_level_permission.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/rrf-fulltext-vector-hybrid-search-best-practices.md +233 -0
- package/bin/skills/lakehouse-doc-en/references/s3_volume_creation.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sample-data-using.md +768 -0
- package/bin/skills/lakehouse-doc-en/references/scd2-product-dimension-with-merge-into.md +314 -0
- package/bin/skills/lakehouse-doc-en/references/scheduled_task.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/search-functions.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/security-policy-overview.md +112 -0
- package/bin/skills/lakehouse-doc-en/references/security-system-inventory-based-information-schema.md +411 -0
- package/bin/skills/lakehouse-doc-en/references/security_compliance_audit_dir_guide.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/security_compliance_audit_guide.md +393 -0
- package/bin/skills/lakehouse-doc-en/references/security_overview.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/select-catalog-table.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/semantic-view-advanced.md +124 -0
- package/bin/skills/lakehouse-doc-en/references/semantic-view-agent-guide.md +474 -0
- package/bin/skills/lakehouse-doc-en/references/semantic-view-ai.md +184 -0
- package/bin/skills/lakehouse-doc-en/references/semantic-view-best-practices.md +163 -0
- package/bin/skills/lakehouse-doc-en/references/semantic-view-create.md +202 -0
- package/bin/skills/lakehouse-doc-en/references/semantic-view-manage.md +143 -0
- package/bin/skills/lakehouse-doc-en/references/semantic-view-overview.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/semantic-view-query.md +194 -0
- package/bin/skills/lakehouse-doc-en/references/semantic_view.md +891 -0
- package/bin/skills/lakehouse-doc-en/references/server-data-for-ai.md +134 -0
- package/bin/skills/lakehouse-doc-en/references/service-aggrement.md +299 -0
- package/bin/skills/lakehouse-doc-en/references/set-command.md +200 -0
- package/bin/skills/lakehouse-doc-en/references/set-operations.md +199 -0
- package/bin/skills/lakehouse-doc-en/references/set-properties.md +119 -0
- package/bin/skills/lakehouse-doc-en/references/setup.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/setup_cz_cli.md +495 -0
- package/bin/skills/lakehouse-doc-en/references/share-ddl.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/show-cached-status.md +29 -0
- package/bin/skills/lakehouse-doc-en/references/show-catalog-schema.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/show-catalog-table.md +51 -0
- package/bin/skills/lakehouse-doc-en/references/show-catalog.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/show-columns.md +78 -0
- package/bin/skills/lakehouse-doc-en/references/show-connections.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/show-create-dynamic-table.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/show-create-external-table.md +105 -0
- package/bin/skills/lakehouse-doc-en/references/show-create-materialized-view.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/show-create-pipe.md +15 -0
- package/bin/skills/lakehouse-doc-en/references/show-create-table.md +93 -0
- package/bin/skills/lakehouse-doc-en/references/show-dynamic-table.md +60 -0
- package/bin/skills/lakehouse-doc-en/references/show-external-functions.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/show-external-schemas.md +108 -0
- package/bin/skills/lakehouse-doc-en/references/show-external-table.md +72 -0
- package/bin/skills/lakehouse-doc-en/references/show-finctions.md +21 -0
- package/bin/skills/lakehouse-doc-en/references/show-functions.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/show-grants-user.md +62 -0
- package/bin/skills/lakehouse-doc-en/references/show-grants.md +129 -0
- package/bin/skills/lakehouse-doc-en/references/show-jobs.md +87 -0
- package/bin/skills/lakehouse-doc-en/references/show-materialized-view.md +81 -0
- package/bin/skills/lakehouse-doc-en/references/show-network-policy.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/show-pipes.md +29 -0
- package/bin/skills/lakehouse-doc-en/references/show-roles.md +122 -0
- package/bin/skills/lakehouse-doc-en/references/show-schemas.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/show-shares.md +95 -0
- package/bin/skills/lakehouse-doc-en/references/show-storage-connections.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/show-synonyms.md +23 -0
- package/bin/skills/lakehouse-doc-en/references/show-table-streams.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/show-tables-history.md +81 -0
- package/bin/skills/lakehouse-doc-en/references/show-tables.md +76 -0
- package/bin/skills/lakehouse-doc-en/references/show-users.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/show-vclusters.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/show-views.md +78 -0
- package/bin/skills/lakehouse-doc-en/references/show-volume.md +114 -0
- package/bin/skills/lakehouse-doc-en/references/show-workspaces.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/show.md +105 -0
- package/bin/skills/lakehouse-doc-en/references/simpletosimple_bazhuayu_datagpt.md +150 -0
- package/bin/skills/lakehouse-doc-en/references/singdata_overview.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/slowly-changing-dimensions-with-streams-and-tasks.md +640 -0
- package/bin/skills/lakehouse-doc-en/references/small_file_optimization.md +120 -0
- package/bin/skills/lakehouse-doc-en/references/snowflake-dynamic-tables-to-lakehouse.md +268 -0
- package/bin/skills/lakehouse-doc-en/references/snowflake-snowpark-to-zettapark-migration.md +390 -0
- package/bin/skills/lakehouse-doc-en/references/spark-connector-summary.md +307 -0
- package/bin/skills/lakehouse-doc-en/references/spark-connector-use.md +225 -0
- package/bin/skills/lakehouse-doc-en/references/spark-connector.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/spark-lakehouse-iceberg-rest.md +180 -0
- package/bin/skills/lakehouse-doc-en/references/spark-migration-guide.md +158 -0
- package/bin/skills/lakehouse-doc-en/references/sql-commands.md +77 -0
- package/bin/skills/lakehouse-doc-en/references/sql-comments.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/sql-function-guide.md +234 -0
- package/bin/skills/lakehouse-doc-en/references/sql-parmaters.md +430 -0
- package/bin/skills/lakehouse-doc-en/references/sql-qualify.md +286 -0
- package/bin/skills/lakehouse-doc-en/references/sql-query-overview.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql-reference.md +79 -0
- package/bin/skills/lakehouse-doc-en/references/sql_data_transfom_NestedDataTypes.md +452 -0
- package/bin/skills/lakehouse-doc-en/references/sql_data_transform.md +114 -0
- package/bin/skills/lakehouse-doc-en/references/sql_data_transform_basic.md +572 -0
- package/bin/skills/lakehouse-doc-en/references/sql_data_transform_cte.md +166 -0
- package/bin/skills/lakehouse-doc-en/references/sql_data_transform_tips.md +405 -0
- package/bin/skills/lakehouse-doc-en/references/sql_data_transform_windows.md +430 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/any_value.md +66 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/approx_count_distinct.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/approx_histogram.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/approx_percentile.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/approx_top_k.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/array_agg.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/avg.md +68 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/bit_and.md +60 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/bit_or.md +64 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/bit_xor.md +60 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/bitmap_agg.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/bitmap_union.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/bitmap_union_count.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/bool_and.md +66 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/bool_or.md +68 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/collect_list.md +58 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/collect_list_on_array.md +82 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/collect_set.md +85 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/collect_set_on_array.md +57 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/corr.md +103 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/count.md +96 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/count_distinct.md +96 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/count_if.md +57 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/covar_pop.md +89 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/covar_samp.md +113 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/first_value.md +122 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/group-array.md +90 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/groupArray.md +90 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/group_bitmap.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/group_bitmap_and.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/group_bitmap_and_state.md +71 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/group_bitmap_merge.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/group_bitmap_merge_state.md +28 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/group_bitmap_or.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/group_bitmap_or_state.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/group_bitmap_state.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/group_bitmap_xor.md +60 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/group_bitmap_xor_state.md +89 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/group_concat.md +74 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/json_array_agg.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/json_merge_agg.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/json_object_agg.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/last_value.md +100 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/map_agg.md +79 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/max.md +70 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/max_by.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/median.md +75 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/min.md +58 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/min_by.md +68 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/percentile.md +51 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/percentile_approx.md +71 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/percentile_rank.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/std.md +72 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/stddev.md +67 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/stddev_pop.md +67 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/stddev_samp.md +67 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/sum.md +67 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/topn.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/topn_array.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/var_pop.md +65 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/var_samp.md +65 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/variance.md +72 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/wm_concat.md +72 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/context_functions/current_instance_id.md +17 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/context_functions/current_schema.md +29 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/context_functions/current_session_id.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/context_functions/current_user.md +24 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/context_functions/current_user_id.md +22 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/context_functions/current_vcluster.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/context_functions/current_workspace.md +19 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/context_functions/current_workspace_id.md +25 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/binary_to_bitmap.md +25 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_and.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_and_cardinality.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_andnot.md +60 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_andnot_cardinality.md +58 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_build.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_cardinality.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_contains.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_count.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_empty.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_has_all.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_has_any.md +63 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_hash.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_hash64.md +62 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_max.md +25 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_min.md +28 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_or.md +58 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_or_cardinality.md +22 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_remove.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_subset_in_range.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_subset_limit.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_to_array.md +23 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_to_binary.md +23 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_to_rb32.md +62 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_to_rb64.md +62 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_to_string.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_transform.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_xor.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_xor_cardinality.md +29 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/rb32_to_bitmap.md +63 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/rb64_to_bitmap.md +63 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/string_to_bitmap.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/sub_bitmap.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/to_bitmap.md +78 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitwise_functions/bit_count.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitwise_functions/bitnot.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitwise_functions/shiftleft.md +85 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitwise_functions/shiftright.md +88 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitwise_functions/shiftrightunsigned.md +88 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/assert_true.md +74 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/between.md +51 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/case_when.md +87 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/coalesce.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/decode.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/if.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/ifnull.md +72 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/in.md +32 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/is-null.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/is_false.md +63 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/is_not_null.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/is_null.md +32 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/is_true.md +63 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/multiif.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/nullif.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/nvl.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/nvl2.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/raise_error.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/typeof.md +70 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/add_days.md +61 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/add_months.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/add_years.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/adddate.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/convert_timezone.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/current_date.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/current_timestamp.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/date.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/date_add.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/date_format.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/date_format_mysql.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/date_format_pg.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/date_sub.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/date_trunc.md +58 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/dateadd.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/datediff.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/datetime_patterns.md +60 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/day.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/dayofmonth.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/dayofweek.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/dayofweek_iso.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/dayofyear.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/days.md +25 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/days_diff.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/extract.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/from_unixtime.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/from_utc_timestamp.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/hour.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/hours.md +25 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/hours_diff.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/last_day.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/localtimestamp.md +17 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/makde_date.md +21 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/make_date.md +20 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/make_dt_interval.md +55 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/make_ym_interval.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/milliseconds_diff.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/minute.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/minutes_diff.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/month.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/months.md +25 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/months_between.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/months_diff.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/next_day.md +51 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/now.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/quarter.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/second.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/seconds_diff.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/str_to_date_mysql.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/sub_days.md +58 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/subdate.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/timestamp_micros.md +32 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/timestamp_millis.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/timestamp_seconds.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/timestampadd.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/timestampdiff.md +67 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/to_date.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/to_start_of_interval.md +28 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/to_timestamp.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/to_timestamp_ntz.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/to_unix_timestamp.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/to_unix_timestamp_ms.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/to_unix_timestamp_us.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/to_utc_timestamp.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/toyyyymmdd.md +62 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/trunc.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/unix_timestamp.md +86 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/week.md +29 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/weekday.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/weekofyear.md +26 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/weeks_diff.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/year.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/yearofweek.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/years.md +25 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/years_diff.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/file_functions/GET_PRESIGNED_URL.md +91 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/geo_functions/st_geohash.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/geo_functions/st_latfromgeohash.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/geo_functions/st_longfromgeohash.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/bucket.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/crc32.md +60 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/general_complexhash2.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/general_hash.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/general_murmurhash3.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/hash_combine.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/hash_combine_commutative.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/md5.md +69 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/murmurhash.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/murmurhash3_32.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/murmurhash3_64.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/sha1.md +67 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/sha2.md +106 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/sha224.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/sha256.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/sha384.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/sha512.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/sm3.md +60 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/high_order_functions/array_aggregate.md +88 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/high_order_functions/array_filter_doris.md +78 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/high_order_functions/array_map_doris.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/high_order_functions/array_sort_by_key.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/high_order_functions/element_at.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/high_order_functions/exists.md +60 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/high_order_functions/filter.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/high_order_functions/forall.md +62 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/high_order_functions/high_order_functions.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/high_order_functions/map_filter.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/high_order_functions/map_zip_with.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/high_order_functions/transform.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/high_order_functions/transform_keys.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/high_order_functions/transform_values.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/high_order_functions/zip_with.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/ip_functions/get_ip_info.md +197 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/ip_functions/ipv4_num_to_string.md +27 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/ip_functions/ipv4_string_to_num.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/ip_functions/ipv6_num_to_string.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/ip_functions/ipv6_string_to_num.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/ip_functions/is_ip_address_in_range.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/from_json.md +82 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/get_json_object.md +77 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_array.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_array_get.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_contains.md +91 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_extract.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_extract_bigint.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_extract_boolean.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_extract_date.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_extract_double.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_extract_float.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_extract_int.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_extract_string.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_extract_timestamp.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_extract_timestamp_ntz.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_length.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_minify.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_normalize.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_object.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_parse.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_remove.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_type.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_unquote.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_valid.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/schema_of_json.md +63 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/to_json.md +62 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/try_from_json.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/abs.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/acos.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/acosh.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/asin.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/asinh.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/atan.md +25 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/atan2.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/atanh.md +22 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/bround.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/cbrt.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/ceil.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/ceiling.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/ceilling.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/cos.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/cosh.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/cot.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/csc.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/degrees.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/div.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/e.md +29 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/erf.md +74 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/exp.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/exp2.md +32 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/expm1.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/floor.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/greatest.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/hypot.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/isnan.md +28 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/least.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/lgamma.md +75 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/ln.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/log.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/log10.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/log1p.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/log2.md +28 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/median.md +21 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/mod.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/monotonically_increasing_id.md +79 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/negative.md +15 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/operators.md +600 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/pi.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/pmod.md +32 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/positive.md +15 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/pow.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/power.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/radians.md +25 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/rand.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/randn.md +25 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/random.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/round.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/shiftleft.md +78 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/shiftright.md +81 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/shiftrightunsigned.md +81 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/sign.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/sin.md +61 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/sinh.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/sqrt.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/tan.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/tanh.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/tgamma.md +75 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_append.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_compact.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_contains.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_distinct.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_except.md +32 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_intersect.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_join.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_max.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_min.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_position.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_prepend.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_remove.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_repeat.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_size.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_sort.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_sort_reverse.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_union.md +32 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/arrays_overlap.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/arrays_zip.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/cardinality.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/concat.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/concat_ws.md +67 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/element_at.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/flatten.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/hasany_clickhouse.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/map.md +214 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/map_concat.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/map_concat_array.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/map_contains_key.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/map_entries.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/map_equal.md +32 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/map_except.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/map_from_arrays.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/map_from_entries.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/map_keys.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/map_values.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/multimap_from_entries.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/named_struct.md +51 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/sequence.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/size.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/slice.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/sort_array.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/struct.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/struct_insert.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/struct_update.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/trans_array.md +219 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/try_element_at.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/partition/max_pt.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/search_functions/match_all.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/search_functions/match_any.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/search_functions/match_phrase.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/search_functions/match_phrase_prefix.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/search_functions/match_regexp.md +28 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/search_functions/tokenize.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/aes_decrypt.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/aes_decrypt_mysql.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/aes_encrypt.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/aes_encrypt_mysql.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/ascii.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/base64.md +27 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/binary.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/btrim.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/char.md +51 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/char_length.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/character_length.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/chr.md +26 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/collation_sort_key.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/concat.md +69 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/concat_ws.md +67 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/contains.md +29 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/conv.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/endswith.md +68 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/find_in_set.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/format_string.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/gunzip.md +60 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/gzip.md +60 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/hex.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/ilike.md +89 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/instr.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/is_ascii.md +27 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/is_utf8.md +27 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/lcase.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/left.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/length.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/lengthb.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/like.md +106 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/locate.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/lower.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/lpad.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/ltrim.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/mask.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/mask_inner.md +74 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/mask_outer.md +74 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/md5.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/octet_length.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/parse_url.md +72 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/position.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/regexp-statement.md +81 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/regexp_count.md +112 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/regexp_extract.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/regexp_extract_all.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/regexp_instr.md +146 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/regexp_replace.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/regexp_split_to_array.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/repeat.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/replace.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/reverse.md +64 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/right.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/rlike.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/rpad.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/rtrim.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/sha1.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/space.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/split.md +57 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/split_by_regexp.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/split_by_string.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/split_part.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/startswith.md +68 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/str_to_map.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/strpos.md +80 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/substr.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/substring.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/substring_index.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/translate.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/trim.md +51 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/typeof.md +63 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/ucase.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/unbase64.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/unhex.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/upper.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/url_decode.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/url_encode.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/uuid.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/vector_functions/binary_quantize.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/vector_functions/cosine_distance.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/vector_functions/dot_product.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/vector_functions/fill_vector.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/vector_functions/hamming_distance.md +55 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/vector_functions/jaccard_distance.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/vector_functions/l2_distance.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/vector_functions/l2_norm.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/vector_functions/l2_normalize.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/vector_functions/print_vector_bits.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/vector_functions/vector.md +77 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/vector_functions/vector_add_scalar.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/explode.md +64 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/explode_json_array_double.md +29 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/explode_json_array_int.md +29 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/explode_json_array_json.md +28 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/explode_json_array_string.md +29 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/explode_json_object.md +29 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/explode_outer.md +78 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/inline.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/json_tuple.md +72 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/load_history.md +55 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/posexplode.md +79 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/posexplode_outer.md +78 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/read_kafka.md +65 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/stack.md +62 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/table_changes.md +136 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/unnest.md +105 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/unnset.md +101 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/avg.md +79 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/count.md +80 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/cume_dist.md +92 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/dense_rank.md +109 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/first.md +148 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/first_value.md +128 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/lag.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/last.md +158 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/last_value.md +154 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/lead.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/max.md +159 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/min.md +127 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/nth_value.md +108 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/ntile.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/percent_rank.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/rank.md +131 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/row_number.md +134 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/sum.md +99 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/window_clause.md +81 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions_guide.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/sql_practice.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/sql_rfm.md +197 -0
- package/bin/skills/lakehouse-doc-en/references/sqlalchemy.md +76 -0
- package/bin/skills/lakehouse-doc-en/references/ssb-benchmark.md +216 -0
- package/bin/skills/lakehouse-doc-en/references/sso-configuration.md +160 -0
- package/bin/skills/lakehouse-doc-en/references/storage_encryption.md +81 -0
- package/bin/skills/lakehouse-doc-en/references/streaming_data_pipeline_overview.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/streaming_data_pipeline_overview1.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/streaming_pipeline_with_dynamic_table.md +93 -0
- package/bin/skills/lakehouse-doc-en/references/string_function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/string_guide.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/struct-function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/structure_data_analysis.md +223 -0
- package/bin/skills/lakehouse-doc-en/references/studio-di-privatelink-vpc-from-rds.md +105 -0
- package/bin/skills/lakehouse-doc-en/references/studio-incremental-sync-practice.md +318 -0
- package/bin/skills/lakehouse-doc-en/references/studio-jdbc-task.md +238 -0
- package/bin/skills/lakehouse-doc-en/references/studio-python-task-connector.md +286 -0
- package/bin/skills/lakehouse-doc-en/references/studio-python-task-zettapark.md +368 -0
- package/bin/skills/lakehouse-doc-en/references/studio-shell-task.md +191 -0
- package/bin/skills/lakehouse-doc-en/references/studio-task-practice.md +20 -0
- package/bin/skills/lakehouse-doc-en/references/studio_manual.md +172 -0
- package/bin/skills/lakehouse-doc-en/references/studio_overview.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/synonym.md +120 -0
- package/bin/skills/lakehouse-doc-en/references/table-design.md +270 -0
- package/bin/skills/lakehouse-doc-en/references/table-overview.md +68 -0
- package/bin/skills/lakehouse-doc-en/references/table-stream-title.md +71 -0
- package/bin/skills/lakehouse-doc-en/references/table-stream.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/table-summary.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/table_changes.md +127 -0
- package/bin/skills/lakehouse-doc-en/references/table_function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/table_rendering.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/table_stream.md +311 -0
- package/bin/skills/lakehouse-doc-en/references/tableau-connect-to-lakehouse.md +64 -0
- package/bin/skills/lakehouse-doc-en/references/tablesample.md +482 -0
- package/bin/skills/lakehouse-doc-en/references/tablestream_summary.md +515 -0
- package/bin/skills/lakehouse-doc-en/references/task-develop.md +277 -0
- package/bin/skills/lakehouse-doc-en/references/task-instance-maintenance.md +198 -0
- package/bin/skills/lakehouse-doc-en/references/task_development.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/task_group.md +158 -0
- package/bin/skills/lakehouse-doc-en/references/task_instance.md +82 -0
- package/bin/skills/lakehouse-doc-en/references/task_instance_operations.md +206 -0
- package/bin/skills/lakehouse-doc-en/references/task_param.md +130 -0
- package/bin/skills/lakehouse-doc-en/references/task_param_examples.md +220 -0
- package/bin/skills/lakehouse-doc-en/references/task_param_reference.md +322 -0
- package/bin/skills/lakehouse-doc-en/references/task_scheduling.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/task_scheduling_dependency.md +70 -0
- package/bin/skills/lakehouse-doc-en/references/taskdevelop.md +268 -0
- package/bin/skills/lakehouse-doc-en/references/tencentcloud_arn_and_externalid.md +29 -0
- package/bin/skills/lakehouse-doc-en/references/tencentcloud_privatelink.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/time-function.md +67 -0
- package/bin/skills/lakehouse-doc-en/references/time-travel-concept.md +175 -0
- package/bin/skills/lakehouse-doc-en/references/time_date_guide.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/time_travel_guide.md +73 -0
- package/bin/skills/lakehouse-doc-en/references/timetravel-summary.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/tools_AI.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/tools_BI.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/tools_app.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/tpcds-3tb-benchmark.md +754 -0
- package/bin/skills/lakehouse-doc-en/references/tpcds-benchmark.md +756 -0
- package/bin/skills/lakehouse-doc-en/references/tpch-benchmark.md +884 -0
- package/bin/skills/lakehouse-doc-en/references/transform-dt.md +291 -0
- package/bin/skills/lakehouse-doc-en/references/trial-account-quotas-and-limits.md +85 -0
- package/bin/skills/lakehouse-doc-en/references/tutorial_DataGPT.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/tutorial_connect_to_lakehouse.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/tutorial_data_ingestion.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/tutorial_data_transformation.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/tutorial_migration.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/tutorial_virtual_cluster.md +149 -0
- package/bin/skills/lakehouse-doc-en/references/tutorial_work_with_workspace.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/tutorial_zettapark.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/tutorials-streaming-data-pipeline-with_dynamic-table.md +123 -0
- package/bin/skills/lakehouse-doc-en/references/tutorials.md +168 -0
- package/bin/skills/lakehouse-doc-en/references/undrop-dynamic-table.md +74 -0
- package/bin/skills/lakehouse-doc-en/references/undrop-materialized-view.md +74 -0
- package/bin/skills/lakehouse-doc-en/references/undrop.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/unified-workflow-demo.md +175 -0
- package/bin/skills/lakehouse-doc-en/references/unified-workflow-intro.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/unified-workflow.md +2 -0
- package/bin/skills/lakehouse-doc-en/references/unifiedWorkflow.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/unloa-data-summary.md +17 -0
- package/bin/skills/lakehouse-doc-en/references/unload-data-local.md +71 -0
- package/bin/skills/lakehouse-doc-en/references/unload-data-summary.md +17 -0
- package/bin/skills/lakehouse-doc-en/references/unstructure_data_analysis.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/unstructured-io.md +795 -0
- package/bin/skills/lakehouse-doc-en/references/unstructured_etl_pipeline_notebook.md +11 -0
- package/bin/skills/lakehouse-doc-en/references/unstructured_etl_pipeline_user_guide.md +1099 -0
- package/bin/skills/lakehouse-doc-en/references/unstructured_etl_python_api.md +942 -0
- package/bin/skills/lakehouse-doc-en/references/upload-data-with-sdk.md +4 -0
- package/bin/skills/lakehouse-doc-en/references/upload-data.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/upload-json-jsonl.md +135 -0
- package/bin/skills/lakehouse-doc-en/references/upload_data.md +122 -0
- package/bin/skills/lakehouse-doc-en/references/use-copy-upload-data.md +88 -0
- package/bin/skills/lakehouse-doc-en/references/use-dbt-dev.md +428 -0
- package/bin/skills/lakehouse-doc-en/references/use-external-schema.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/use-external-upload-hive-data.md +18 -0
- package/bin/skills/lakehouse-doc-en/references/use-java-sdk-realtime-uploaddata.md +163 -0
- package/bin/skills/lakehouse-doc-en/references/use-java-sdk-upload-data-local.md +140 -0
- package/bin/skills/lakehouse-doc-en/references/use-mysql-client.md +184 -0
- package/bin/skills/lakehouse-doc-en/references/use-python-sdk-upload-data.md +103 -0
- package/bin/skills/lakehouse-doc-en/references/use-schema.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/use-sql-analyze.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/use-vcluster.md +58 -0
- package/bin/skills/lakehouse-doc-en/references/user-aggrement.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/user-external-function.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/user-identification.md +58 -0
- package/bin/skills/lakehouse-doc-en/references/user_permission_grand_guide.md +322 -0
- package/bin/skills/lakehouse-doc-en/references/user_rights_management.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/using-google-authenticator.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/using-udf-in-dynamic-table.md +162 -0
- package/bin/skills/lakehouse-doc-en/references/using_mcp_solute_data_pipeline_issue.md +342 -0
- package/bin/skills/lakehouse-doc-en/references/uuid.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/validate_schema_evolution.md +169 -0
- package/bin/skills/lakehouse-doc-en/references/values.md +97 -0
- package/bin/skills/lakehouse-doc-en/references/vc-job.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/vc_cache.md +85 -0
- package/bin/skills/lakehouse-doc-en/references/vcluster_size_description.md +96 -0
- package/bin/skills/lakehouse-doc-en/references/vector-and-scalar-retrieval-in-same-table.md +84 -0
- package/bin/skills/lakehouse-doc-en/references/vector-functions.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/vector-search.md +140 -0
- package/bin/skills/lakehouse-doc-en/references/vector-type.md +201 -0
- package/bin/skills/lakehouse-doc-en/references/vector_data_process_guide.md +952 -0
- package/bin/skills/lakehouse-doc-en/references/vector_search_ai.md +423 -0
- package/bin/skills/lakehouse-doc-en/references/version-update.md +20 -0
- package/bin/skills/lakehouse-doc-en/references/virtual-cluster.md +213 -0
- package/bin/skills/lakehouse-doc-en/references/volume-introduction.md +163 -0
- package/bin/skills/lakehouse-doc-en/references/volume-list.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/volume-overview.md +397 -0
- package/bin/skills/lakehouse-doc-en/references/volume_best_practices.md +1147 -0
- package/bin/skills/lakehouse-doc-en/references/volumeobject.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/web-job-history.md +178 -0
- package/bin/skills/lakehouse-doc-en/references/web_search.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/what-is-clickzetta-lakehouse.md +55 -0
- package/bin/skills/lakehouse-doc-en/references/what_is_clickzetta_lakehouse.md +90 -0
- package/bin/skills/lakehouse-doc-en/references/window-frame.md +135 -0
- package/bin/skills/lakehouse-doc-en/references/window-function-summary.md +134 -0
- package/bin/skills/lakehouse-doc-en/references/windowframe.md +143 -0
- package/bin/skills/lakehouse-doc-en/references/working_with_Vclusters.md +175 -0
- package/bin/skills/lakehouse-doc-en/references/working_with_cache.md +96 -0
- package/bin/skills/lakehouse-doc-en/references/worksheet.md +15 -0
- package/bin/skills/lakehouse-doc-en/references/workspace-information_schema-views.md +203 -0
- package/bin/skills/lakehouse-doc-en/references/workspace-informationschema-summary.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/workspace-introduction.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/workspace-sql.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/workspace_information_schema.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/zettapark-data-engineering-demo.md +348 -0
- package/bin/skills/lakehouse-doc-en/references/zettapark-dataframe-guide.md +342 -0
- package/bin/skills/lakehouse-doc-en/references/zettapark-dynamic-table-guide.md +204 -0
- package/bin/skills/lakehouse-doc-en/references/zettapark-etl-guide.md +257 -0
- package/bin/skills/lakehouse-doc-en/references/zettapark-feature-engineering.md +311 -0
- package/bin/skills/lakehouse-doc-en/references/zettapark-functions-guide.md +321 -0
- package/bin/skills/lakehouse-doc-en/references/zettapark-quick-start.md +123 -0
- package/bin/skills/lakehouse-doc-en/references/zettapark-stream-guide.md +205 -0
- package/bin/skills/lakehouse-doc-en/references/zettapark-volume-guide.md +291 -0
- package/package.json +1 -1
- package/bin/skills/clickzetta-access-control/LICENSE +0 -16
- package/bin/skills/clickzetta-access-control/SKILL.md +0 -243
- package/bin/skills/clickzetta-access-control/eval_cases.jsonl +0 -3
- package/bin/skills/clickzetta-access-control/references/dynamic-masking.md +0 -86
- package/bin/skills/clickzetta-access-control/references/grant-revoke.md +0 -103
- package/bin/skills/clickzetta-access-control/references/role-management.md +0 -66
- package/bin/skills/clickzetta-access-control/references/user-management.md +0 -61
- package/bin/skills/clickzetta-ai-function/eval_cases.jsonl +0 -4
- package/bin/skills/clickzetta-app-python-sdk/LICENSE +0 -16
- package/bin/skills/clickzetta-app-python-sdk/SKILL.md +0 -153
- package/bin/skills/clickzetta-app-python-sdk/eval_cases.jsonl +0 -12
- package/bin/skills/clickzetta-app-python-sdk/references/bulkload.md +0 -196
- package/bin/skills/clickzetta-app-python-sdk/references/connector.md +0 -143
- package/bin/skills/clickzetta-app-python-sdk/references/realtime.md +0 -122
- package/bin/skills/clickzetta-batch-sync-pipeline/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-bi-connect/LICENSE +0 -16
- package/bin/skills/clickzetta-bi-connect/SKILL.md +0 -177
- package/bin/skills/clickzetta-bi-connect/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-bi-connect/references/bi-tools.md +0 -170
- package/bin/skills/clickzetta-cdc-sync-pipeline/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-data-ingest-pipeline/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-data-retention/LICENSE +0 -16
- package/bin/skills/clickzetta-data-retention/SKILL.md +0 -160
- package/bin/skills/clickzetta-data-retention/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-data-retention/references/lifecycle-reference.md +0 -175
- package/bin/skills/clickzetta-data-science/eval_cases.jsonl +0 -12
- package/bin/skills/clickzetta-data-sharing/LICENSE +0 -16
- package/bin/skills/clickzetta-data-sharing/SKILL.md +0 -160
- package/bin/skills/clickzetta-data-sharing/eval_cases.jsonl +0 -3
- package/bin/skills/clickzetta-data-sharing/references/share-ddl.md +0 -134
- package/bin/skills/clickzetta-dba-guide/LICENSE +0 -16
- package/bin/skills/clickzetta-dba-guide/SKILL.md +0 -542
- package/bin/skills/clickzetta-dba-guide/eval_cases.jsonl +0 -3
- package/bin/skills/clickzetta-dw-modeling/eval_cases.jsonl +0 -4
- package/bin/skills/clickzetta-dynamic-table/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-external-catalog/LICENSE +0 -16
- package/bin/skills/clickzetta-external-catalog/SKILL.md +0 -123
- package/bin/skills/clickzetta-external-catalog/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-external-catalog/references/external-catalog-ddl.md +0 -130
- package/bin/skills/clickzetta-external-function/eval_cases.jsonl +0 -4
- package/bin/skills/clickzetta-file-import-pipeline/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-index-manager/LICENSE +0 -16
- package/bin/skills/clickzetta-index-manager/SKILL.md +0 -140
- package/bin/skills/clickzetta-index-manager/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-index-manager/references/bloomfilter-index.md +0 -67
- package/bin/skills/clickzetta-index-manager/references/index-management.md +0 -73
- package/bin/skills/clickzetta-index-manager/references/inverted-index.md +0 -80
- package/bin/skills/clickzetta-index-manager/references/vector-index.md +0 -81
- package/bin/skills/clickzetta-java-sdk/LICENSE +0 -16
- package/bin/skills/clickzetta-java-sdk/SKILL.md +0 -187
- package/bin/skills/clickzetta-java-sdk/eval_cases.jsonl +0 -12
- package/bin/skills/clickzetta-java-sdk/references/bulkload.md +0 -163
- package/bin/skills/clickzetta-java-sdk/references/realtime.md +0 -212
- package/bin/skills/clickzetta-kafka-ingest-pipeline/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-lakehouse-connect/LICENSE +0 -16
- package/bin/skills/clickzetta-lakehouse-connect/SKILL.md +0 -218
- package/bin/skills/clickzetta-lakehouse-connect/eval_cases.jsonl +0 -3
- package/bin/skills/clickzetta-lakehouse-connect/evals/evals.json +0 -35
- package/bin/skills/clickzetta-lakehouse-connect/references/config-file.md +0 -435
- package/bin/skills/clickzetta-lakehouse-connect/references/jdbc.md +0 -478
- package/bin/skills/clickzetta-lakehouse-connect/references/python-sdk.md +0 -225
- package/bin/skills/clickzetta-lakehouse-connect/references/sqlalchemy.md +0 -468
- package/bin/skills/clickzetta-lakehouse-connect/references/zettapark-session.md +0 -445
- package/bin/skills/clickzetta-manage-comments/LICENSE +0 -16
- package/bin/skills/clickzetta-manage-comments/SKILL.md +0 -219
- package/bin/skills/clickzetta-manage-comments/eval_cases.jsonl +0 -3
- package/bin/skills/clickzetta-metadata/LICENSE +0 -16
- package/bin/skills/clickzetta-metadata/SKILL.md +0 -502
- package/bin/skills/clickzetta-metadata/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-metadata/references/instance-views-reference.md +0 -276
- package/bin/skills/clickzetta-metadata/references/metering-views-reference.md +0 -137
- package/bin/skills/clickzetta-metadata/references/show-desc-reference.md +0 -326
- package/bin/skills/clickzetta-metadata/references/views-reference.md +0 -271
- package/bin/skills/clickzetta-monitoring/LICENSE +0 -16
- package/bin/skills/clickzetta-monitoring/SKILL.md +0 -215
- package/bin/skills/clickzetta-monitoring/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-monitoring/references/job-history-analysis.md +0 -97
- package/bin/skills/clickzetta-monitoring/references/show-jobs.md +0 -48
- package/bin/skills/clickzetta-oss-ingest-pipeline/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-overview/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-query-optimizer/LICENSE +0 -16
- package/bin/skills/clickzetta-query-optimizer/SKILL.md +0 -156
- package/bin/skills/clickzetta-query-optimizer/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-query-optimizer/references/explain.md +0 -56
- package/bin/skills/clickzetta-query-optimizer/references/hints-and-sortkey.md +0 -78
- package/bin/skills/clickzetta-query-optimizer/references/optimize.md +0 -65
- package/bin/skills/clickzetta-query-optimizer/references/result-cache.md +0 -49
- package/bin/skills/clickzetta-query-optimizer/references/show-jobs.md +0 -42
- package/bin/skills/clickzetta-realtime-sync-pipeline/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-semantic-view/eval_cases.jsonl +0 -12
- package/bin/skills/clickzetta-spark-flink-connector/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-sql-migration/eval_cases.jsonl +0 -10
- package/bin/skills/clickzetta-sql-pipeline-manager/eval_cases.jsonl +0 -12
- package/bin/skills/clickzetta-sql-pipeline-manager/evals/evals.json +0 -166
- package/bin/skills/clickzetta-table-lineage/eval_cases.jsonl +0 -1
- package/bin/skills/clickzetta-table-stream-pipeline/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-vcluster-manager/LICENSE +0 -16
- package/bin/skills/clickzetta-vcluster-manager/SKILL.md +0 -212
- package/bin/skills/clickzetta-vcluster-manager/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-vcluster-manager/references/vc-cache.md +0 -54
- package/bin/skills/clickzetta-vcluster-manager/references/vcluster-ddl.md +0 -150
- package/bin/skills/clickzetta-volume-manager/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-zettapark/eval_cases.jsonl +0 -12
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
# Compute Resources
|
|
2
|
+
|
|
3
|
+
Compute resources are the **compute layer in Lakehouse's storage-compute separation architecture** — data is stored in object storage, and VClusters (Virtual Compute Clusters) provide CPU and memory on demand. Multiple clusters can read from and write to the same data simultaneously without interfering with each other.
|
|
4
|
+
|
|
5
|
+
Think of a VCluster as an "on-demand compute engine": start it when you need it, stop it when you're done, and pay only for the minutes it actually runs. Unlike traditional databases, compute and storage are completely decoupled here — resizing a cluster requires no data migration, and different teams can use independent clusters to access the same table without competing for resources.
|
|
6
|
+
|
|
7
|
+

|
|
8
|
+
|
|
9
|
+
## Choosing a Cluster Type
|
|
10
|
+
|
|
11
|
+
| Type | Use cases | Key characteristics |
|
|
12
|
+
|------|-----------|---------------------|
|
|
13
|
+
| **General-purpose (GENERAL)** | ETL data processing, Dynamic Table refresh, offline batch jobs | Jobs share resources with fair scheduling and elastic scaling. Dynamic Table refresh requires this type (supports automatic small-file compaction). |
|
|
14
|
+
| **Analytics (ANALYTICS)** | BI queries, ad-hoc analysis, high-concurrency queries | Supports horizontal scale-out with multiple instances; result caching accelerates repeated queries. |
|
|
15
|
+
| **Integration (INTEGRATION)** | Real-time / offline data sync jobs | Optimized for integration tasks; multiple sync jobs share a single cluster. |
|
|
16
|
+
|
|
17
|
+
**Selection rules:**
|
|
18
|
+
|
|
19
|
+
- ETL jobs → General-purpose: lower cost, no resource contention with queries.
|
|
20
|
+
- BI reports / ad-hoc queries → Analytics: result caching, multi-instance concurrency.
|
|
21
|
+
- Data sync jobs → Integration: dedicated resources, no impact on other workloads.
|
|
22
|
+
- Dynamic Table refresh → General-purpose: Analytics clusters do not support automatic small-file compaction during refresh.
|
|
23
|
+
|
|
24
|
+
> ⚠️ **Workload isolation principle**: Do not share the same cluster between ETL jobs and BI queries. Large jobs will consume all resources and cause queries to queue.
|
|
25
|
+
|
|
26
|
+
## Core Mechanisms
|
|
27
|
+
|
|
28
|
+
**CRU (Compute Resource Unit)**: The unit of measurement for compute resources, abstracting away differences between cloud platforms and CPU architectures. Billed by actual runtime; no charges when suspended. Runtimes under 1 minute are billed as 1 minute.
|
|
29
|
+
|
|
30
|
+
**Auto suspend/resume**: A cluster can automatically suspend when idle (billing stops) and automatically wake up when a new job is submitted. Recommended settings:
|
|
31
|
+
- ETL job clusters: auto-suspend after 60 seconds to release resources quickly.
|
|
32
|
+
- BI query clusters: auto-suspend after 1800 seconds (30 minutes) to leverage result caching for repeated queries.
|
|
33
|
+
|
|
34
|
+
**Horizontal scale-out (Analytics only)**: When concurrent queries exceed the capacity of a single instance, additional replicas start automatically to share the load and scale back down once queries complete.
|
|
35
|
+
|
|
36
|
+
## Quick Example
|
|
37
|
+
|
|
38
|
+
```sql
|
|
39
|
+
-- Create a General-purpose cluster (for ETL)
|
|
40
|
+
CREATE VCLUSTER etl_cluster
|
|
41
|
+
VCLUSTER_SIZE = 1
|
|
42
|
+
VCLUSTER_TYPE = GENERAL
|
|
43
|
+
AUTO_SUSPEND_IN_SECOND = 60;
|
|
44
|
+
|
|
45
|
+
-- Create an Analytics cluster (for BI, up to 2 concurrent instances)
|
|
46
|
+
CREATE VCLUSTER bi_cluster
|
|
47
|
+
VCLUSTER_SIZE = 2
|
|
48
|
+
VCLUSTER_TYPE = ANALYTICS
|
|
49
|
+
MIN_REPLICAS = 1
|
|
50
|
+
MAX_REPLICAS = 2
|
|
51
|
+
AUTO_SUSPEND_IN_SECOND = 1800;
|
|
52
|
+
|
|
53
|
+
-- Switch the current session to a cluster
|
|
54
|
+
USE VCLUSTER bi_cluster;
|
|
55
|
+
|
|
56
|
+
-- View all clusters and their status
|
|
57
|
+
SHOW VCLUSTERS;
|
|
58
|
+
+-----------+----------+---------------+---------+
|
|
59
|
+
| name | type | size | state |
|
|
60
|
+
+-----------+----------+---------------+---------+
|
|
61
|
+
| etl_cluster | GENERAL | S_1CRU | RUNNING |
|
|
62
|
+
| bi_cluster | ANALYTICS | S_2CRU | SUSPENDED |
|
|
63
|
+
+-----------+----------+---------------+---------+
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
## Common Issues
|
|
67
|
+
|
|
68
|
+
### Issue 1: Dynamic Table using an Analytics cluster
|
|
69
|
+
|
|
70
|
+
**Problem**: Dynamic Table refresh is scheduled on an Analytics cluster.
|
|
71
|
+
|
|
72
|
+
**Symptom**: The number of data files keeps growing, queries get progressively slower, and small-file count explodes.
|
|
73
|
+
|
|
74
|
+
**Solution**: Dynamic Table refresh must use a General-purpose cluster. Analytics clusters do not support automatic small-file compaction during the refresh process.
|
|
75
|
+
|
|
76
|
+
### Issue 2: ETL and BI sharing the same cluster
|
|
77
|
+
|
|
78
|
+
**Problem**: Large-batch ETL jobs and BI queries share the same cluster.
|
|
79
|
+
|
|
80
|
+
**Symptom**: BI queries queue up and reports are delayed; ETL jobs also slow down because BI queries consume resources.
|
|
81
|
+
|
|
82
|
+
**Solution**: Split clusters by workload type — give ETL and BI each their own independent cluster so they don't interfere with each other.
|
|
83
|
+
|
|
84
|
+
### Issue 3: Auto-suspend time too short causes frequent cold starts
|
|
85
|
+
|
|
86
|
+
**Problem**: The BI cluster's auto-suspend is set to 60 seconds.
|
|
87
|
+
|
|
88
|
+
**Symptom**: Every query has to wait for a cold start (typically 10–30 seconds), resulting in a poor user experience. Additionally, since each start is billed as at least 1 minute, costs actually increase.
|
|
89
|
+
|
|
90
|
+
**Solution**: Set the BI cluster's auto-suspend time to 30 minutes or more to take advantage of result caching for repeated queries.
|
|
91
|
+
|
|
92
|
+
## Cost Impact
|
|
93
|
+
|
|
94
|
+
### Compute Cost
|
|
95
|
+
|
|
96
|
+
- Billed by CRU × runtime; **no charges while suspended**.
|
|
97
|
+
- Larger sizes (more CRUs) cost more per unit time but complete large jobs faster.
|
|
98
|
+
- When horizontal scale-out is enabled on an Analytics cluster, the replica count changes dynamically — monitor peak costs.
|
|
99
|
+
|
|
100
|
+
### Storage Cost
|
|
101
|
+
|
|
102
|
+
- VClusters themselves incur no storage costs; data is stored in object storage.
|
|
103
|
+
- The `PRELOAD_TABLES` feature on Analytics clusters preloads data into local SSD cache (temporary storage, no additional charge).
|
|
104
|
+
|
|
105
|
+
> 💡 For detailed billing rules, see the [Billing Documentation](billing.md).
|
|
106
|
+
|
|
107
|
+
## Lifecycle Management
|
|
108
|
+
|
|
109
|
+
```
|
|
110
|
+
Create cluster → Auto-start → Execute jobs → Auto-suspend when idle → Resize → Drop cluster
|
|
111
|
+
↓ ↓ ↓ ↓ ↓ ↓
|
|
112
|
+
Specify type Wake on job Consume CRU Stop billing Scale up/down Suspend first
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
```sql
|
|
116
|
+
-- Resize (hot change, does not affect running jobs)
|
|
117
|
+
ALTER VCLUSTER etl_cluster SET VCLUSTER_SIZE = 4;
|
|
118
|
+
|
|
119
|
+
-- Manually suspend
|
|
120
|
+
ALTER VCLUSTER etl_cluster SUSPEND;
|
|
121
|
+
|
|
122
|
+
-- Manually resume
|
|
123
|
+
ALTER VCLUSTER etl_cluster RESUME;
|
|
124
|
+
|
|
125
|
+
-- Drop the cluster
|
|
126
|
+
DROP VCLUSTER etl_cluster;
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
## In This Section
|
|
130
|
+
|
|
131
|
+
| Page | Description |
|
|
132
|
+
|------|-------------|
|
|
133
|
+
| [VCluster (Compute Cluster)](om-vcluster.md) | Cluster type details, size selection, horizontal scale-out mechanism |
|
|
134
|
+
|
|
135
|
+
## Related Documentation
|
|
136
|
+
|
|
137
|
+
| Document | Description |
|
|
138
|
+
|----------|-------------|
|
|
139
|
+
| [Managing Compute Clusters](tutorial_virtual_cluster.md) | Web UI operations and management |
|
|
140
|
+
| [Horizontal Elastic Scaling](concurrency_scaling.md) | How concurrency scaling works for Analytics clusters |
|
|
141
|
+
| [Specification Reference](vcluster_size_description.md) | CRU specification code reference table |
|
|
142
|
+
| [Create Compute Cluster](create_cluster.md) | Complete DDL syntax |
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
# Compute Resource DDL
|
|
2
|
+
|
|
3
|
+
Compute cluster (VCluster) DDL commands are used to create, configure, start/stop, and drop compute clusters. All SQL that requires computation (SELECT, DML) runs on a compute cluster.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## In This Chapter
|
|
8
|
+
|
|
9
|
+
| Page | Description |
|
|
10
|
+
|------|-------------|
|
|
11
|
+
| [CREATE VCLUSTER](create_cluster.md) | Create a general-purpose, analytics, or sync compute cluster |
|
|
12
|
+
| [ALTER VCLUSTER](alter-vcluster.md) | Start, stop, or modify cluster properties |
|
|
13
|
+
| [DROP VCLUSTER](drop-vcluster.md) | Drop a compute cluster |
|
|
14
|
+
| [USE VCLUSTER](use-vcluster.md) | Switch the cluster used by the current session |
|
|
15
|
+
| [DESC VCLUSTER](desc-vcluster.md) | View detailed cluster configuration and status |
|
|
16
|
+
| [SHOW VCLUSTERS](show-vclusters.md) | List all clusters in the workspace |
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## Common Operations
|
|
21
|
+
|
|
22
|
+
### Create a Cluster
|
|
23
|
+
|
|
24
|
+
```SQL
|
|
25
|
+
-- General-purpose (GP): suited for ETL batch processing
|
|
26
|
+
CREATE VCLUSTER IF NOT EXISTS my_etl_cluster
|
|
27
|
+
VCLUSTER_TYPE = GENERAL
|
|
28
|
+
VCLUSTER_SIZE = 2
|
|
29
|
+
AUTO_SUSPEND_IN_SECOND = 60
|
|
30
|
+
AUTO_RESUME = TRUE;
|
|
31
|
+
|
|
32
|
+
-- General-purpose (GP) with auto-scaling enabled
|
|
33
|
+
CREATE VCLUSTER IF NOT EXISTS my_etl_cluster
|
|
34
|
+
VCLUSTER_TYPE = GENERAL
|
|
35
|
+
MIN_VCLUSTER_SIZE = 1
|
|
36
|
+
MAX_VCLUSTER_SIZE = 8
|
|
37
|
+
AUTO_SUSPEND_IN_SECOND = 60
|
|
38
|
+
AUTO_RESUME = TRUE;
|
|
39
|
+
|
|
40
|
+
-- Analytics (AP): suited for BI queries and high-concurrency online queries
|
|
41
|
+
CREATE VCLUSTER IF NOT EXISTS my_bi_cluster
|
|
42
|
+
VCLUSTER_TYPE = ANALYTICS
|
|
43
|
+
VCLUSTER_SIZE = 2
|
|
44
|
+
MIN_REPLICAS = 1
|
|
45
|
+
MAX_REPLICAS = 4
|
|
46
|
+
MAX_CONCURRENCY = 8
|
|
47
|
+
AUTO_SUSPEND_IN_SECOND = 120
|
|
48
|
+
AUTO_RESUME = TRUE;
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
### Start and Stop
|
|
52
|
+
|
|
53
|
+
```SQL
|
|
54
|
+
-- Start a cluster
|
|
55
|
+
ALTER VCLUSTER IF EXISTS my_cluster RESUME;
|
|
56
|
+
|
|
57
|
+
-- Stop a cluster (waits for current jobs to complete)
|
|
58
|
+
ALTER VCLUSTER IF EXISTS my_cluster SUSPEND;
|
|
59
|
+
|
|
60
|
+
-- Force stop (immediately terminates all running jobs)
|
|
61
|
+
ALTER VCLUSTER IF EXISTS my_cluster SUSPEND FORCE;
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
### Modify Cluster Configuration
|
|
65
|
+
|
|
66
|
+
```SQL
|
|
67
|
+
-- General-purpose: adjust auto-scaling range
|
|
68
|
+
ALTER VCLUSTER my_etl_cluster SET MIN_VCLUSTER_SIZE = 1 MAX_VCLUSTER_SIZE = 4;
|
|
69
|
+
|
|
70
|
+
-- Analytics: adjust replica count range
|
|
71
|
+
ALTER VCLUSTER my_bi_cluster SET MIN_REPLICAS = 1 MAX_REPLICAS = 4;
|
|
72
|
+
|
|
73
|
+
-- Analytics: adjust max concurrency per replica
|
|
74
|
+
ALTER VCLUSTER my_bi_cluster SET MAX_CONCURRENCY = 16;
|
|
75
|
+
|
|
76
|
+
-- Set auto-suspend time (seconds)
|
|
77
|
+
ALTER VCLUSTER my_cluster SET AUTO_SUSPEND_IN_SECOND = 300;
|
|
78
|
+
|
|
79
|
+
-- Set job timeout (seconds)
|
|
80
|
+
ALTER VCLUSTER my_cluster SET QUERY_RUNTIME_LIMIT_IN_SECOND = 600;
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
### View Clusters
|
|
84
|
+
|
|
85
|
+
```SQL
|
|
86
|
+
-- List all clusters
|
|
87
|
+
SHOW VCLUSTERS;
|
|
88
|
+
|
|
89
|
+
-- List only running clusters
|
|
90
|
+
SHOW VCLUSTERS WHERE state = 'RUNNING';
|
|
91
|
+
|
|
92
|
+
-- View detailed cluster configuration
|
|
93
|
+
DESC VCLUSTER my_cluster;
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
### View Jobs
|
|
97
|
+
|
|
98
|
+
```SQL
|
|
99
|
+
-- View failed jobs
|
|
100
|
+
SHOW JOBS WHERE status = 'FAILED' LIMIT 20;
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
### Switch Cluster
|
|
104
|
+
|
|
105
|
+
```SQL
|
|
106
|
+
-- Switch the current session to a specific cluster
|
|
107
|
+
USE VCLUSTER my_cluster;
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
### Drop a Cluster
|
|
111
|
+
|
|
112
|
+
```SQL
|
|
113
|
+
DROP VCLUSTER IF EXISTS my_cluster;
|
|
114
|
+
|
|
115
|
+
-- Force drop (does not wait for running jobs to complete)
|
|
116
|
+
DROP VCLUSTER IF EXISTS my_cluster FORCE;
|
|
117
|
+
```
|
|
118
|
+
|
|
119
|
+
---
|
|
120
|
+
|
|
121
|
+
## Related Documentation
|
|
122
|
+
|
|
123
|
+
| Document | Description |
|
|
124
|
+
|----------|-------------|
|
|
125
|
+
| [Managing Compute Resources](tutorial_virtual_cluster.md) | Cluster type selection guide and common operation walkthrough |
|
|
126
|
+
| [Compute Cluster Size Code Changes](vcluster_size_description.md) | Mapping between old and new size codes |
|
|
127
|
+
| [Compute Cluster Cache](vc_cache.md) | How active and passive caching work |
|
|
128
|
+
| [SHOW JOBS](show-jobs.md) | Full syntax for viewing and filtering job records |
|
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
# Singdata Lakehouse Product Introduction
|
|
2
|
+
|
|
3
|
+
Singdata Lakehouse is a fully managed, cloud-native lakehouse data platform equipped with a newly designed vectorized SQL compute engine, delivering industry-leading performance on [TPC-DS 10TB](tpcds-benchmark.md), [TPC-H 100GB](tpch-benchmark.md), and [SSB 100GB](ssb-benchmark.md) benchmarks. The platform features a proprietary [Generic Incremental Computation (GIC)](incremental-computing.md) model that unifies batch and stream processing into a single incremental computation paradigm — Dynamic Tables defined with standard SQL automatically detect upstream changes and incrementally refresh.
|
|
4
|
+
|
|
5
|
+
Lakehouse unification solved the fragmentation between data storage and processing, but it did not solve the new challenges of the AI era: vector databases, LLM calls, and unstructured data processing remain outside the data platform, forcing AI teams and data teams to use two separate toolsets on the same data. Singdata defines this direction as **[AI Lakehouse](lakehouse-ai.md)** — GIC-driven incremental refresh allows AI processing results to flow back into the data processing pipeline in real time, rather than sitting in an external system; AI capabilities become native to the data platform, completing the full cycle within the same platform as data processing.
|
|
6
|
+
|
|
7
|
+
The platform is delivered as SaaS, currently available on Alibaba Cloud (East China Shanghai), Tencent Cloud (East China Shanghai, North China Beijing, South China Guangzhou), Amazon Cloud (Beijing), and more — on-demand activation, no infrastructure management required. See [Supported Cloud Platforms and Regions](supported-cloud-platforms.md).
|
|
8
|
+
|
|
9
|
+
## Architecture Overview
|
|
10
|
+
|
|
11
|
+
For years, data platforms served only two types of users: **humans** (data analysts and engineers operating through [Studio](lakehouse-studio-101.md)) and **applications** (business systems fetching data via JDBC/API). That assumption is breaking down.
|
|
12
|
+
|
|
13
|
+
With the rise of AI coding tools like ChatGPT, Claude, Cursor, and Codex, more and more enterprises are letting AI Agents directly participate in data work — automatically generating ETL tasks, analyzing data quality, diagnosing slow queries, and answering business questions. This is not a future trend; it is happening now.
|
|
14
|
+
|
|
15
|
+
But AI Agents participating in data work is fundamentally different from humans doing so: **humans can read UIs, consult documentation, and rely on experience; Agents can only operate through programmatic interfaces. They don't know which table and field "GMV" refers to. They cannot accept "the data is from yesterday." Their concurrent requests can surge to hundreds per second**. This cannot be solved by simply adding a CLI tool to an old platform — it requires the data platform to be redesigned at four levels:
|
|
16
|
+
|
|
17
|
+
* **Programmable interfaces**: Traditional platform Web UIs are designed for humans; having an Agent operate them is like asking someone to click on a screenshot — inefficient and unreliable. Singdata provides [cz-cli](setup_cz_cli.md) for AI Agents: deterministic command formats, structured output, and complete data warehouse operation coverage, enabling tools like Codex, Claude Code, Cursor, and Kiro to complete full workflows of table creation, SQL writing, task submission, and log inspection.
|
|
18
|
+
* **Real-time data**: When Agents execute tasks, they need current state — is inventory sufficient? Has the order been paid? If data is yesterday's batch snapshot, the Agent's decisions are built on stale information and cannot be trusted. GIC-driven Dynamic Tables refresh the entire warehouse processing pipeline in minutes, so Agents query current state, not yesterday's snapshot.
|
|
19
|
+
* **Understandable semantics**: Agents facing raw table structures can only guess at field meanings — does "order\_amt" include tax? What is the definition of "active\_user"? [Semantic Views](semantic-view-overview.md) build a business semantic layer on top of physical tables. Agents understand business concepts like "GMV" and "active users" through Semantic Views, generating SQL with accurate metric definitions.
|
|
20
|
+
* **Elastically scalable compute**: Human access to data platforms has limited concurrency, but AI Agents can simultaneously issue tens or even hundreds of concurrent queries. With storage-compute separation, analytical clusters support automatic horizontal scaling based on concurrent load, automatically scaling back when pressure subsides, with scale-out latency measured in seconds — no impact on online services.
|
|
21
|
+
|
|
22
|
+
Today, Singdata Lakehouse serves three types of users, each equally important as a first-class citizen:
|
|
23
|
+
|
|
24
|
+
* **Human**: Operates through the [Studio](lakehouse-studio-101.md) Web interface, covering data development, scheduling, analysis Notebooks, and [DataGPT](lakehousedatagpt-tour.md) conversational queries
|
|
25
|
+
* **App**: Connects via JDBC, Python SDK, MySQL protocol, REST API, using Lakehouse as the data backend for applications
|
|
26
|
+
* **AI Agent**: Connects via [cz-cli](setup_cz_cli.md), autonomously completing data warehouse development, operations, and data consumption
|
|
27
|
+
|
|
28
|
+

|
|
29
|
+
|
|
30
|
+
Vertically, data is persisted from the bottom-most object storage layer, unified through metadata and federation layers, organized into various tables and pipelines in the data object layer, driven by the SQL compute engine for processing, and finally exposed to all three user types through the access layer.
|
|
31
|
+
|
|
32
|
+
The following three sections explain Singdata's underlying architectural choices for storage, compute, and data freshness; programmable interfaces, semantic capabilities, multimodal storage, and other AI-layer capabilities are covered in the AI Lakehouse section.
|
|
33
|
+
|
|
34
|
+
***
|
|
35
|
+
|
|
36
|
+
## Technical Foundations
|
|
37
|
+
|
|
38
|
+
### Lakehouse Unification
|
|
39
|
+
|
|
40
|
+
Most enterprise data architectures face the same dilemma: raw data lives in a data lake (low cost, flexible formats, but slow queries and weak governance), while processed data lives in a data warehouse (high performance, strong governance, but high cost and closed formats). Two systems mean two storage layers, two permission systems, two metadata stores, and endless data sync pipelines — data moves from lake to warehouse and back, with delays and errors as constants. The proliferation of AI applications makes the fragmentation worse: BI consumes structured data from the warehouse, AI applications need raw files from the lake, and the same business data must be maintained in two copies.
|
|
41
|
+
|
|
42
|
+
Singdata Lakehouse unifies structured tables, semi-structured data, and unstructured files on a single platform: sharing the same SQL engine, metadata service, and permission system. Data is stored only once; BI and AI read from the same table. The SQL compute engine features a proprietary [Generic Incremental Computation (GIC)](incremental-computing.md) model that unifies batch and stream processing into a single incremental computation paradigm — Dynamic Tables automatically detect upstream changes and incrementally refresh.
|
|
43
|
+
|
|
44
|
+
GIC is the underlying engine driving Dynamic Tables. Traditional incremental computation approaches degrade to full recomputation when encountering JOINs, nested subqueries, or UPDATE/DELETE; GIC decomposes any standard SQL into operator-level incremental plans, with Filter, Join, Aggregate, and Window all supporting incremental execution. GIC has three core properties: **generality** (no restriction on query complexity), **cost-awareness** (dynamically selects incremental or full execution plan at each refresh based on data statistics, automatically falling back to full recomputation when incremental data volume is too large), and **semantic consistency** (based on MVCC version management, incremental results are strictly consistent with full recomputation, guaranteeing Exactly-Once semantics).
|
|
45
|
+
|
|
46
|
+
The storage layer is built on Apache Iceberg. Singdata engineers are the first contributors to the [Apache Iceberg C++ implementation (iceberg-cpp)](https://github.com/apache/iceberg-cpp), leading the core development of this official C++ library from scratch to production-ready. Singdata engineers serve as Apache Iceberg Committers and are PMC members of Apache Arrow, Apache ORC, and Apache Parquet. Singdata Lakehouse is one of the earliest lakehouse products to fully support Iceberg V3 (Deletion Vectors, Row Lineage, VARIANT type). Deletion Vectors dramatically reduce write amplification in UPDATE/DELETE-intensive scenarios (such as CDC writes and GDPR deletions), eliminating the need to rewrite entire data files; Row Lineage makes the origin of every row traceable, supporting fine-grained auditing; the VARIANT type natively supports semi-structured data, enabling queries on nested JSON without predefined schemas.
|
|
47
|
+
|
|
48
|
+

|
|
49
|
+
|
|
50
|
+
**What this means for you**: BI reports and AI applications no longer each maintain a separate copy of data — both read from the same table, with permissions and metadata managed in a single system. Historical data in Hive, Delta Lake, and Hudi is directly queryable via external tables; existing data assets can be onboarded without migration. A single SQL can simultaneously process raw files in object storage and processed wide tables, aligning BI and AI data definitions for the first time.
|
|
51
|
+
|
|
52
|
+
### Storage-Compute Separation
|
|
53
|
+
|
|
54
|
+
Traditional data warehouses couple storage and compute: storage and compute are bound to the same machines, with ETL, BI queries, and AI inference sharing the same resources — one large job saturates the CPU and all other queries queue up; scaling compute requires scaling storage simultaneously, with unavoidable cost waste.
|
|
55
|
+
|
|
56
|
+
Singdata Lakehouse persists data to object storage (OSS / S3 / COS), with compute handled by independent [VClusters](compute-overview.md) — completely decoupled. **Data exists only once; compute can scale to any number of instances** — multiple VClusters simultaneously read and write the same data without interference, each independently scaling and billed separately. When there are no queries, compute clusters pause and stop billing, but data remains online and queryable at any time.
|
|
57
|
+
|
|
58
|
+
The compute layer is split into three cluster types by workload. GP and AP scale differently because their workload characteristics differ: ETL batch processing has high per-job resource requirements but low concurrency, making vertical scaling (larger nodes) more effective; BI queries have low per-job resource requirements but high concurrency, requiring horizontal scaling (more instances) to linearly increase throughput.
|
|
59
|
+
|
|
60
|
+
* [General Purpose (GP)](compute-overview.md): ETL batch processing, Dynamic Table incremental refresh, AI\_COMPLETE / Embedding and other AI compute tasks. Jobs share resources with fair scheduling; supports vertical elastic scaling
|
|
61
|
+
* [Analytical (AP)](compute-overview.md): BI reports, ad-hoc queries, high-concurrency online analytics, and latency-sensitive AI inference scenarios. Jobs have dedicated resources; supports multi-instance horizontal scaling with built-in result cache acceleration
|
|
62
|
+
* [Integration](compute-overview.md): Offline batch sync and CDC real-time sync share one cluster, completely isolated from query traffic
|
|
63
|
+
|
|
64
|
+
The proliferation of AI Agents places higher demands on elastic scaling. AI Agents can simultaneously issue tens or even hundreds of concurrent queries, far exceeding the concurrency limits of human operations. With storage-compute separation, analytical clusters support automatic horizontal instance scaling based on concurrent load, automatically scaling back when pressure subsides, with scale-out latency measured in seconds — no data migration involved.
|
|
65
|
+
|
|
66
|
+

|
|
67
|
+
|
|
68
|
+
**What this means for you**: Compute and storage are billed and scaled independently: when business data volume grows, only compute needs to scale; during query off-peak hours, compute clusters pause and stop billing while data remains online. Batch jobs and BI queries use separate independent clusters without competing for resources — a single large job cannot overwhelm all queries. When AI Agents begin concurrent access to the data platform, analytical clusters automatically scale out horizontally to handle peak load and scale back when pressure subsides — the entire process requires no manual intervention and no data migration.
|
|
69
|
+
|
|
70
|
+
### Unified Real-Time and Batch
|
|
71
|
+
|
|
72
|
+
In traditional data architectures, real-time pipelines use Flink and offline pipelines use Spark — two codebases, two operations teams, and the same business metric must be written twice in two places, with results that frequently diverge. The more fundamental problem: even if the ODS layer has real-time CDC, downstream DWD and DWS layers are still T+1 batch processing — the freshness of the entire pipeline is determined by its slowest node. When AI Agents execute tasks, they need current state; overnight batch snapshots cause Agents to make decisions based on stale information.
|
|
73
|
+
|
|
74
|
+
Singdata Lakehouse uses [Dynamic Tables](dynamic-table-introduce.md) to enable incremental refresh throughout the entire processing pipeline. Most incremental computation approaches degrade to full recomputation when encountering JOINs or UPDATE/DELETE; GIC's design goal is generality — decomposing the execution of any SQL into operator-level incremental plans, with Filter, Join, Aggregate, and Window all supporting incremental execution, each operator processing only the changed portion from upstream. Define a SQL in a Dynamic Table, and GIC automatically detects upstream table changes, computing only the incremental portion and refreshing the result. ODS → DWD → DWS → ADS — every layer is a Dynamic Table, every layer automatically triggers after upstream refresh, with end-to-end freshness measured in minutes. Whether upstream is scheduled batch writes or CDC real-time streams, downstream processing logic is identical — one codebase covers both scenarios.
|
|
75
|
+
|
|
76
|
+
The cost of traditional full recomputation is proportional to total data volume; Dynamic Tables process only the incremental data since the last refresh, with refresh time proportional to the volume of changes — minute-level refresh costs are not in the same order of magnitude as full recomputation. GIC does not statically bind incremental plans; instead, it dynamically selects the execution approach at each refresh based on data statistics — automatically falling back to full recomputation when incremental data volume is too large, always optimizing cost without manual intervention.
|
|
77
|
+
|
|
78
|
+
Dynamic Tables support three scheduling modes, switchable without modifying the SQL: **real-time trigger** (computes immediately on upstream data changes, second-level latency, suitable for risk control and monitoring), **periodic scheduling** (batch processing at minute/hour intervals, suitable for most near-real-time scenarios), and **DAG dependency trigger** (downstream automatically triggers after upstream Dynamic Table refresh completes; configure only leaf nodes and the entire pipeline chains automatically).
|
|
79
|
+
|
|
80
|
+

|
|
81
|
+
|
|
82
|
+
**What this means for you**: No more maintaining a dual-pipeline Lambda architecture with Flink + data warehouse; warehouse layering logic is written once and reused for both batch and real-time scenarios; AI Agents query processing results fresh to the minute; switching upstream data sources from batch to real-time CDC requires no changes to downstream Dynamic Tables.
|
|
83
|
+
|
|
84
|
+
***
|
|
85
|
+
|
|
86
|
+
## AI Lakehouse
|
|
87
|
+
|
|
88
|
+
The three technical foundations solve the data platform's own problems, but there is a larger fragmentation that remains unresolved: **the fragmentation between the data platform and AI systems**. Data must be repeatedly moved between two systems, vector databases and data warehouses each maintain separate permissions and metadata, and AI processing results cannot flow directly back into the data processing pipeline.
|
|
89
|
+
|
|
90
|
+
Singdata AI Lakehouse's answer: rather than building an AI system alongside the data platform, make AI capabilities native to the data platform. GIC is the key — precisely because incremental refresh is cheap enough, AI processing results can flow back into the data processing pipeline in real time, rather than sitting in an external system waiting for the next batch run. AI capabilities span four layers:
|
|
91
|
+
|
|
92
|
+
**Data Layer: Multimodal Storage + AI Processing**
|
|
93
|
+
|
|
94
|
+
The same table natively supports three data types and their corresponding indexes, with BI and AI reading from the same data:
|
|
95
|
+
|
|
96
|
+

|
|
97
|
+
|
|
98
|
+
| Data type | Index | Typical query | Use case |
|
|
99
|
+
| ------------------------------------- | ------------------- | --------------------------------------------------------- | ----------------------------------------------- |
|
|
100
|
+
| Scalar (numbers, strings, timestamps) | Bloomfilter index | WHERE col = value · WHERE col IN (...) | BI reports, exact filtering |
|
|
101
|
+
| Text (articles, logs, reviews) | Inverted index | match\_any(col, 'keyword') · multi\_match(c1, c2, 'term') | Full-text search, log analysis |
|
|
102
|
+
| Vector (Embeddings) | Vector index (HNSW) | L2\_DISTANCE(vec, query\_vec) < threshold LIMIT K | Semantic search, RAG retrieval, recommendations |
|
|
103
|
+
|
|
104
|
+
A single SQL can simultaneously filter scalar fields, match keywords, and retrieve semantically similar vectors, fusing rankings with the RRF algorithm — no need to separately maintain Elasticsearch or a vector database. See [Full-Text + Vector Hybrid Search Best Practices](rrf-fulltext-vector-hybrid-search-best-practices.md).
|
|
105
|
+
|
|
106
|
+
[AI Functions](ai_function_best_practice.md) embed LLM capabilities into the SQL engine, performing OCR, summarization, classification, and vectorization on unstructured data (contracts, images, tickets) in [Volumes](volume-overview.md), writing results directly into the table's vector or text columns for unified consumption by BI and AI.
|
|
107
|
+
|
|
108
|
+
**Understanding Layer: AI Reads Business Semantics**
|
|
109
|
+
|
|
110
|
+
[Semantic Views](semantic-view-overview.md) build a business semantic layer on top of physical tables, centralizing metric definitions and entity relationships. AI understands business concepts like "active users" and "GMV" through Semantic Views, rather than guessing at field meanings from raw table structures. [Data Analytics Agent (DataGPT)](lakehousedatagpt-tour.md) implements natural language data queries based on Semantic Views — users describe business questions, the Agent generates SQL, executes queries, and interprets results.
|
|
111
|
+
|
|
112
|
+
**Operations Layer: AI Autonomously Completes Warehouse Development**
|
|
113
|
+
|
|
114
|
+
[cz-cli](setup_cz_cli.md) is the standard interface for AI Agents to operate Lakehouse, encapsulating table creation, SQL writing, task submission, log inspection, and performance diagnostics as structured commands. **The Data Engineering Agent built into** [Studio](lakehouse-studio-101.md) participates directly in the development interface — understanding table structures and business context, automatically generating ETL SQL, debugging data quality issues, and explaining slow query causes. AI coding tools like Codex, Claude Code, Cursor, and Kiro can complete full data warehouse development and operations workflows through cz-cli.
|
|
115
|
+
|
|
116
|
+
**Governance Layer: Unified Management of AI Model Resources**
|
|
117
|
+
|
|
118
|
+
[AI Gateway (Model Management)](ai_gateway.md) is the enterprise's unified LLM access point, aggregating Alibaba Cloud Qwen, OpenAI, self-hosted models, and other sources. It provides RBAC permission isolation, call rate limiting, token usage statistics, and multi-tenant cost allocation — AI Functions and various Agents share the same model governance mechanism.
|
|
119
|
+
|
|
120
|
+
**Overall value**: Data is stored only once; BI reports and AI applications read from the same table with unified permissions and metadata management; AI processing results flow back into the data processing pipeline in real time via GIC incremental refresh, no longer sitting in external systems waiting for batch runs; from data ingestion, processing, AI handling to analytics consumption, the full pipeline closes within a single platform — data teams need not switch tools or maintain multiple systems.
|
|
121
|
+
|
|
122
|
+
***
|
|
123
|
+
|
|
124
|
+
## Lakehouse Studio
|
|
125
|
+
|
|
126
|
+
Singdata chose an integrated approach from the very beginning of product design — bringing the complete lifecycle of data development into a single platform, allowing ingestion, development, scheduling, operations, and governance to share the same metadata and permission system. [Studio](lakehouse-studio-101.md) was built in parallel with the compute engine, not as an add-on module.
|
|
127
|
+
|
|
128
|
+
Studio's main modules:
|
|
129
|
+
|
|
130
|
+
* **Data Sync**: Offline batch sync and CDC real-time sync for 40+ data sources, visually configured with no code required
|
|
131
|
+
* **Task Development and Scheduling**: Unified management of SQL / Python / Shell tasks, DAG dependency orchestration, supports backfill and rerun
|
|
132
|
+
* **Operations Monitoring**: Instance logs, run alerts, resource usage — troubleshoot without leaving the platform
|
|
133
|
+
* **Data Catalog**: Metadata management, data lineage, data quality rules — governance and development in the same interface
|
|
134
|
+
* **Analysis Notebook**: Interactive SQL and Python analysis, results directly connectable to BI
|
|
135
|
+
|
|
136
|
+
Quick start: [Lakehouse Studio Getting Started Guide](lakehouse-studio-101.md)
|
|
137
|
+
|
|
138
|
+
***
|
|
139
|
+
|
|
140
|
+
## Core Object Relationships
|
|
141
|
+
|
|
142
|
+
Relationships between data objects:
|
|
143
|
+
|
|
144
|
+

|
|
145
|
+
|
|
146
|
+
* [Dynamic Table](dynamic-table.md): Define a SQL; the system automatically detects upstream table changes and incrementally refreshes. Suitable for building ODS→DWD→ADS data pipelines. Does not depend on Table Stream.
|
|
147
|
+
* [Table Stream](table_stream.md): An independent CDC capture mechanism that records every row's insert/update/delete changes for downstream custom consumption. Suitable for scenarios requiring fine-grained control over MERGE logic.
|
|
148
|
+
* Both start from a Table and are two parallel paths — choose one based on your scenario.
|
|
149
|
+
|
|
150
|
+
Dynamic Table's incremental computation is driven by Singdata's proprietary GIC (Generic Incremental Computation) model, supporting second-level trigger, minute-level periodic, and DAG dependency scheduling modes. Defined with standard SQL, no stream processing framework required. See [Incremental Computing Mechanism and Dynamic Tables](incremental-computing.md).
|
|
151
|
+
|
|
152
|
+
***
|
|
153
|
+
|
|
154
|
+
## Typical Use Cases
|
|
155
|
+
|
|
156
|
+
### Enterprise Knowledge Base and RAG System
|
|
157
|
+
|
|
158
|
+
Store unstructured documents (contracts, research reports, tickets, product manuals) in a [Volume](volume-overview.md), batch-vectorize them with `AI_EMBEDDING()` and write into the same table, while building an inverted index for exact keyword matching. At retrieval time, a single SQL simultaneously retrieves semantically similar content (vector index) and exact matches for proper nouns (inverted index), fuses rankings with the RRF algorithm, then calls `AI_COMPLETE()` to generate answers. The entire RAG pipeline closes within Lakehouse — no need to separately maintain a vector database and Elasticsearch.
|
|
159
|
+
|
|
160
|
+
Reference: [Full-Text + Vector Hybrid Search Best Practices](rrf-fulltext-vector-hybrid-search-best-practices.md)
|
|
161
|
+
|
|
162
|
+
### Real-Time Data Backend for AI Applications
|
|
163
|
+
|
|
164
|
+
AI applications executing tasks depend on real-time business state: is inventory sufficient? Has the order been paid? Has the user profile been updated? Use CDC real-time sync to write business database changes into Lakehouse; Dynamic Tables refresh DWD/DWS layers in minutes; [Semantic Views](semantic-view-overview.md) unify metric definitions. AI applications query Semantic Views via REST API or JDBC, receiving results that are business-readable and fresh to the minute — not overnight batch snapshots.
|
|
165
|
+
|
|
166
|
+
Reference: [Semantic Views](semantic-view-overview.md)
|
|
167
|
+
|
|
168
|
+
### AI Agent-Driven Autonomous Data Engineering
|
|
169
|
+
|
|
170
|
+
Using AI coding tools like Claude Code, Cursor, or Codex, operate Lakehouse directly through [cz-cli](setup_cz_cli.md): describe requirements, and the Agent automatically creates tables, writes ETL SQL, submits scheduling tasks, inspects run logs, and identifies performance bottlenecks. Data warehouse development shifts from "humans write code" to "humans describe goals, Agents execute."
|
|
171
|
+
|
|
172
|
+
Reference: [cz-cli Configuration Guide](setup_cz_cli.md)
|
|
173
|
+
|
|
174
|
+
### Replacing Spark or Traditional Big Data Architectures
|
|
175
|
+
|
|
176
|
+
Migrate existing Spark ETL jobs to Lakehouse, replace Spark Streaming with Dynamic Tables, and replace PySpark scripts with SQL tasks. No Spark cluster to maintain, compute is pay-per-use, dramatically reducing total cost.
|
|
177
|
+
|
|
178
|
+
Reference: [Spark SQL Migration Guide](migration-spark-sql.md)
|
|
179
|
+
|
|
180
|
+
### Real-Time Data Platform
|
|
181
|
+
|
|
182
|
+
Use multi-table real-time sync (CDC) to write business database changes into Lakehouse in real time; use Dynamic Tables to build ODS→DWD→ADS layered data pipelines with minute-level refresh, replacing the dual-pipeline Lambda architecture of Flink + data warehouse.
|
|
183
|
+
|
|
184
|
+
Reference: [Real-Time Pipeline Selection Guide](realtime-pipeline-selection-guide.md)
|
|
185
|
+
|
|
186
|
+
### Connected Vehicle / IoT Data Platform
|
|
187
|
+
|
|
188
|
+
Massive device data continuously written via Kafka; Dynamic Tables aggregate device status and alert metrics in real time; analytical clusters support high-concurrency online queries — one architecture covers real-time ingestion, processing, and analytics end-to-end. Device anomaly data is processed by AI Functions for pattern recognition, with results written back to structured tables for real-time consumption by operations Agents.
|
|
189
|
+
|
|
190
|
+
***
|
|
191
|
+
|
|
192
|
+
## Ecosystem Compatibility
|
|
193
|
+
|
|
194
|
+
Singdata Lakehouse natively supports Apache Iceberg format and supports direct read/write of Delta Lake, Hudi, and Paimon as external tables — existing data lake assets can be onboarded without migration. On the compute ecosystem side, [Spark Connector](spark-connector-summary.md), [Flink Connector](flink-write-connector.md), and Trino Connector are provided for smooth integration with existing big data pipelines. On the BI side, FineBI, Tableau, Superset, Metabase, and PowerBI have all completed integration certification.
|
|
195
|
+
|
|
196
|
+
## Start Here
|
|
197
|
+
|
|
198
|
+
| Your goal | Recommended starting point |
|
|
199
|
+
| ------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
|
|
200
|
+
| Understand all platform concept definitions | [Key Concepts](key-concepts.md) |
|
|
201
|
+
| Hands-on with your first complete workflow | [Quick Start](lakehouse-quick-experience_guide.md) |
|
|
202
|
+
| Understand the full AI Lakehouse picture | [AI Lakehouse](lakehouse-ai.md) |
|
|
203
|
+
| Build RAG or vector search | [Full-Text + Vector Hybrid Search Best Practices](rrf-fulltext-vector-hybrid-search-best-practices.md) |
|
|
204
|
+
| Understand AI data analytics capabilities | [Data Analytics Agent Tour](lakehousedatagpt-tour.md) |
|
|
205
|
+
| Let AI Agents operate the data warehouse | [cz-cli Configuration Guide](setup_cz_cli.md) |
|
|
206
|
+
| Learn common SQL commands | [SQL Reference](sql-reference.md) |
|
|
207
|
+
| Design data models and object relationships | [Object Model Design](object_model_design.md) |
|
|
208
|
+
|
|
209
|
+
^
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# Support Multiple Concurrent Queries with Horizontal Elastic Scaling
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
|
|
5
|
+
Through this tutorial, you will learn how to use the horizontal elastic scaling capability of the Lakehouse virtual compute cluster to support dynamically changing multiple concurrent queries from clients.
|
|
6
|
+
|
|
7
|
+
> This tutorial leverages the Lakehouse Tutorial intelligent assistant, providing online tutorial guides and script import functions. After logging into the Lakehouse Web console, you can access the tutorial through the "Lakehouse Tutorial" entry in the Lakehouse Tutorial and follow the online guide to complete the tutorial.
|
|
8
|
+
> 
|
|
9
|
+
|
|
10
|
+
### Import Scripts
|
|
11
|
+
|
|
12
|
+
Open the "Lakehouse Tutorial" on the console's Tutorial page and select the "Support Multiple Concurrent Queries with Horizontal Elastic Scaling" course. Follow the prompts on the page to import the script files needed for this course.
|
|
13
|
+
|
|
14
|
+
View the "Tutorial\_Working\_With\_Concurrency\_Scaling" directory in the "Development Module".
|
|
15
|
+
|
|
16
|
+

|
|
17
|
+
|
|
18
|
+
### Basic Knowledge
|
|
19
|
+
|
|
20
|
+
A virtual compute cluster (Virtual Cluster, abbreviated as VC or cluster) is a computing resource object provided by Singdata Lakehouse for data processing and analysis. Virtual compute clusters provide the CPU, memory, and local temporary storage (SSD medium) resources needed to execute SQL jobs in Lakehouse. Clusters feature rapid creation/destruction, scaling up/down, pausing/resuming, and are charged based on resource specifications and usage duration, with no charges incurred after pausing or deletion. Virtual compute clusters offer two types of clusters, general-purpose and analytical, to meet the isolation and optimization needs of different workloads for ETL and analysis scenarios.
|
|
21
|
+
|
|
22
|
+

|
|
23
|
+
|
|
24
|
+
### Tutorial Steps
|
|
25
|
+
|
|
26
|
+
1. **Environment Preparation**: Create a compute cluster for testing.
|
|
27
|
+
2. **Initiate Queries**: Use the Studio Web environment to create Python tasks to perform continuous queries on Lakehouse with different concurrency levels, and observe the execution log results of the Python tasks to understand the cluster's rapid scaling capabilities under different concurrent requests.
|
|
28
|
+
3. **Clean Up Environment**: Delete the compute cluster used for testing.
|
|
29
|
+
|
|
30
|
+
Through the above steps, you will be able to understand how to configure and use the elastic concurrency feature of virtual clusters and understand the performance of elastic concurrency.
|
|
31
|
+
|
|
32
|
+
## Preparation
|
|
33
|
+
|
|
34
|
+
First, create an analytical compute cluster and enable and set the elastic concurrency feature through SQL commands.
|
|
35
|
+
|
|
36
|
+
This tutorial creates a cluster and sets the elastic scaling policy by running the \[Tutorial\_Working\_With\_Concurrency\_Scaling->Step01.Preparation] SQL script task in the "Development" module.
|
|
37
|
+

|
|
38
|
+
|
|
39
|
+
## Initiate Concurrent Queries Using Python Program
|
|
40
|
+
|
|
41
|
+
Open the \[Tutorial\_Working\_With\_Concurrency\_Scaling->Step02.Run\_Concurrent\_Queries] Python concurrent task template in the \[Development] module. You need to modify the connect connection configuration parameters before you can connect to Lakehouse and execute queries.
|
|
42
|
+
|
|
43
|
+

|
|
44
|
+
|
|
45
|
+
After modifying the connection information, please click to run the task and view the task execution log.
|
|
46
|
+
|
|
47
|
+

|
|
48
|
+
By observing the printed performance report, you can see that the Reporting\_VC cluster scales horizontally with millisecond-level latency by dynamically increasing the number of replicas as the client's concurrent requests increase. Dynamic scaling maintains the query SLA for continuous concurrent requests.
|
|
49
|
+
|
|
50
|
+
While executing the task, you can also view the cluster's concurrent requests and elastic scaling status through the cluster monitoring page.
|
|
51
|
+

|
|
52
|
+
|
|
53
|
+
## Environment Cleanup
|
|
54
|
+
|
|
55
|
+
Open the "Development" module \[Tutorial\_Working\_With\_Concurrency\_Scaling->Step03.Clean\_Up] SQL script file, execute the script to delete the test cluster for this tutorial.
|
|
56
|
+

|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# Conditional Functions
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
# Data Source Management
|
|
2
|
+
|
|
3
|
+
## Introduction
|
|
4
|
+
|
|
5
|
+
This document aims to guide users on how to configure and manage data sources to achieve efficient data synchronization tasks in the Lakehouse product. Through this document, you will learn how to add different types of data sources and connect to data sources within a VPC via SSH Tunnel.
|
|
6
|
+
|
|
7
|
+
## Steps
|
|
8
|
+
|
|
9
|
+
1. **Log in and Access the Data Source Management Page**
|
|
10
|
+
|
|
11
|
+
First, log in to the Lakehouse product console. On the console homepage, select the "Management" module and click to enter the "Data Source" page. You will see a list of data sources showing all currently configured data sources.
|
|
12
|
+
|
|
13
|
+

|
|
14
|
+
|
|
15
|
+
2. **Create a New Data Source**
|
|
16
|
+
|
|
17
|
+
On the data source list page, click the "New Data Source" button in the upper right corner. At this point, you need to select the data source type. Lakehouse supports multiple data source types, including but not limited to MySQL, Oracle, SQL Server, etc.
|
|
18
|
+
|
|
19
|
+

|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
3. **Fill in the Data Source Definition and Test Connectivity**
|
|
23
|
+
|
|
24
|
+
Based on the data source type you selected, fill in the corresponding connection information. For example, for a MySQL data source, you need to provide the database address, port, username, password, etc. After filling in, click the "Test Connection" button to ensure the information provided is correct.
|
|
25
|
+
|
|
26
|
+

|
|
27
|
+
|
|
28
|
+
## Connect to Data Sources within a VPC via SSH Tunnel
|
|
29
|
+
|
|
30
|
+
### Prerequisites
|
|
31
|
+
|
|
32
|
+
1. **VPC Data Source Access Restrictions**
|
|
33
|
+
|
|
34
|
+
Ensure that your VPC data source (such as Alibaba Cloud RDS for MySQL database) only provides internal network access. This means the data source is not publicly accessible, thereby enhancing data security.
|
|
35
|
+
|
|
36
|
+
2. **SSH Tunnel Server Preparation**
|
|
37
|
+
|
|
38
|
+
Prepare an ECS server located within the VPC that has public network access capabilities and supports SSH login. Additionally, ensure that the data synchronization service can access this ECS server via the public network.
|
|
39
|
+
|
|
40
|
+
3. **VPC Network Access Configuration**
|
|
41
|
+
|
|
42
|
+
Ensure that the ECS server within the VPC can access the data source within the VPC via internal network IP or domain name. This will facilitate the data synchronization service to connect to the data source smoothly when establishing the SSH Tunnel.
|
|
43
|
+
|
|
44
|
+
### Configure Data Source Connection Parameters
|
|
45
|
+
|
|
46
|
+
On the new data source page, enable the "Connect via SSH Tunnel" option. Fill in the following information as prompted:
|
|
47
|
+
|
|
48
|
+
* **SSH Tunnel Server Public Address**: Enter the public IP address or domain name of the ECS server within the VPC.
|
|
49
|
+
* **SSH Port**: Enter the port number of the SSH service on the ECS server (default is 22).
|
|
50
|
+
* **SSH Username**: Enter the username for SSH login.
|
|
51
|
+
* **SSH Password**: Enter the corresponding SSH login password.
|
|
52
|
+
|
|
53
|
+

|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
After completing the above configuration, click the "Test Connection" button. If the connection is successful, you will see a green checkmark prompt. This means that the data synchronization service can establish a network connection with the data source within the VPC via SSH Tunnel when the task starts.
|
|
57
|
+
|
|
58
|
+
## Usage Examples
|
|
59
|
+
|
|
60
|
+
### Example 1: Connect to Alibaba Cloud RDS for MySQL Database
|
|
61
|
+
|
|
62
|
+
1. On the data source type selection page, select "MySQL" as the data source type.
|
|
63
|
+
2. On the data source definition page, fill in the following information:
|
|
64
|
+
* Hostname: Enter the internal IP address of Alibaba Cloud RDS for MySQL.
|
|
65
|
+
* Port: Enter the port number of the MySQL database (default is 3306).
|
|
66
|
+
* Username: Enter the database access username.
|
|
67
|
+
* Password: Enter the corresponding user password.
|
|
68
|
+
3. Enable the "Connect via SSH Tunnel" option and fill in the relevant information of the ECS server within the VPC.
|
|
69
|
+
4. Click "Test Connection". After confirming the connection is successful, click the "Save" button to complete the data source configuration.
|
|
70
|
+
|
|
71
|
+
### Example 2: Connect to Oracle Database
|
|
72
|
+
|
|
73
|
+
1. On the data source type selection page, select "Oracle" as the data source type.
|
|
74
|
+
2. On the data source definition page, fill in the following information:
|
|
75
|
+
* Hostname: Enter the internal IP address of the Oracle database.
|
|
76
|
+
* Port: Enter the port number of the Oracle database (default is 1521).
|
|
77
|
+
* Username: Enter the database access username.
|
|
78
|
+
* Password: Enter the corresponding user password.
|
|
79
|
+
3. Enable the "Connect via SSH Tunnel" option and fill in the relevant information of the ECS server within the VPC.
|
|
80
|
+
4. Click "Test Connection". After confirming the connection is successful, click the "Save" button to complete the data source configuration.
|
|
81
|
+
|
|
82
|
+
^
|