AbsaOSS / AbsaOSS/spline-spark-agent
Spline Support of Statment Create table as select
Open
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.