Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can i perform join inside silvertransform.json dlt meta issue #122

Open
DivyanshuSati007 opened this issue Nov 13, 2024 · 1 comment
Open
Labels
help wanted Extra attention is needed

Comments

@DivyanshuSati007
Copy link

I have to covert below query to json so that it can be run easily

insert into silver_customers values a,b,c,d
select "bc.a", bc.b,bc.c, concat(dd.year+dd.periodnumber) as d
from bronze_customer bc left join dimDate dd on bc.date == dd.date

is this possible
Here source table is bronze_customer
target table is silver_customers
and 3rd table on which join is performed dimDate

how can i achieve this in silvertransform.json

@ravi-databricks
Copy link
Contributor

@DivyanshuSati007 only sql expressions are supported, sql queries with join not supported as of now! There is a feature request here which might cover above scenario in coming release v0.0.10

@ravi-databricks ravi-databricks added the help wanted Extra attention is needed label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants