AbsaOSS / AbsaOSS/spline-spark-agent

Spline Support of Statment Create table as select

Open
#784 11 comments 0 reactions 0 assignees View on GitHub
bug dependency: Spark 3.0+ help wanted
Dominant language
Scala
Stars
210
Forks
102
Avg merge
1d 1h
Merged PRs (30d)
1

Description

I have a statment in a Notebook in Databricks that is

```sql
create table
lineage_data.lineagedemo.dinner_1
AS
SELECT
recipe_id, concat(app," + ", main," + ",dessert)
AS
full_menu
FROM
lineage_data.lineagedemo.menu
```
the lineage is not shown
Only on `insert into` - it shows?
Is it by design
I use version
`spark_3_3_spline_agent_bundle_2_12_2_1_0_SNAPSHOT.jar`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.