-
Notifications
You must be signed in to change notification settings - Fork 13
Migrate Examples to DataSQRL 0.6 #46
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
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
2752c0d
Experimenting examples with sqrl 0.6-SNAPSHOT
velo f5ffe12
update finance-analytics.sqrl
mbroecheler 4ad6212
use datasqrl 0.6 for tests
mbroecheler 43d87c0
updated finance example for 0.6
mbroecheler 39f591e
update udf example
mbroecheler af2cc76
migrated oil and gas example
mbroecheler 227c4db
updated logistics example to 0.6
mbroecheler dd08eae
updating example data and snapshots for logistics
mbroecheler 6eab2e9
remove sensor data package
mbroecheler 0ed065f
updated law enforcement example
mbroecheler 95f2e77
updated iot example to 0.6
mbroecheler 78ba28a
updated test cases for sensor
mbroecheler e03b482
updated nullability and snapshot
mbroecheler b5bd4eb
updated healthcare test
mbroecheler 0582bbd
update snapshot for healthcare
mbroecheler 8a51231
update snapshot for healthcare
mbroecheler e2717a6
Separated action to build examples running on sqrl 0.5.10
velo 5404705
Merge branch 'sqrl-0.6' into datasqrl0.6
velo 398f3db
package update and utility script
mbroecheler 6fc3b3f
update readmes
mbroecheler 88dd9e8
update compiler flag
mbroecheler 3c71412
Set SQRL version to 0.6.0
velo 9d2e24f
update clickstream example
mbroecheler d2c85d1
remove 0.5 build
mbroecheler File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
5 changes: 5 additions & 0 deletions
5
clickstream-ai-recommendation/clickstream-api/clickstream.table.sql
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| CREATE TABLE AddClick ( | ||
| url STRING NOT NULL, | ||
| userid STRING NOT NULL, | ||
| event_time TIMESTAMP_LTZ(3) NOT NULL METADATA FROM 'timestamp' | ||
| ); |
17 changes: 0 additions & 17 deletions
17
clickstream-ai-recommendation/clickstream-kafka/clickstream.schema.yml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should split this file in 2, leave one for 0.5 and other for 0.6.
we can delete 0.5 as things progress