-
Notifications
You must be signed in to change notification settings - Fork 15
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
More possible macros to add #5
Comments
becomes
ignore nulls is what we're handling here. good for all/most window functions to do this too. 😄 |
The Zendesk package (Fivetran) has
I think the Spark SQL version of this would be https://spark.apache.org/docs/2.3.0/api/sql/#get_json_object |
I had a chance to catch up with @fivetran-kristin last week. Fivetran has done a cool thing and moved most of their SQL syntax macros into a Kristin is thinking about whether to add |
@fivetran-kristin do you have more thoughts you want to share here? Would love to coordinate efforts. |
@emilieschario and @jtcohen6 - I think the best solution here is to nest all spark implementations of our macros into this package. I've outlined more details on Fivetran's approach to Spark compatibility here. @jtcohen6 I've shared with you. @emilieschario I don't have your email so wasn't able to share. Can you either request access or provide your email address? Thanks! |
Just requested access so that I don't have to post my email on the inter webs 😄 |
@fivetran-kristin I like it! Thanks for developing a solid plan here. I added a comment in support of |
|
for cross db compatibility and making packages easier to use:
ceiling
-ceiling
in spark butceil
in snowflakelist_agg
/string_agg
isconcat_ws({{ delimiter }}, collect_list({{ field_to_agg }})
The text was updated successfully, but these errors were encountered: