Created
February 11, 2022 06:27
-
-
Save kvnkho/5fe153fbecc43e813226c54cf332c92d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from fugue_sql import fsql | |
| fsql("""SELECT col1, col2 | |
| FROM data | |
| TRANSFORM USING make_new_col SCHEMA *,col3:int | |
| PRINT""").run(spark_session) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment