-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add documentation on testing BigQuery from ingestion-beam #543
Conversation
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.
Very nice. Thanks for adding this!
@@ -0,0 +1,27 @@ | |||
graph TD | |||
|
|||
subgraph dataops/sandbox/my-project |
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.
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.
It looks like this will fix it -- mermaid-js/mermaid#790 (comment)
The online editor does the right thing. I think the mermaid cli tool and the online tool are out of sync.
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.
It looks better for me now too.
Codecov Report
@@ Coverage Diff @@
## master #543 +/- ##
============================================
- Coverage 89.28% 83.05% -6.24%
+ Complexity 338 325 -13
============================================
Files 56 56
Lines 1894 1894
Branches 177 177
============================================
- Hits 1691 1573 -118
- Misses 139 265 +126
+ Partials 64 56 -8
Continue to review full report at Codecov.
|
This adds some documentation on a workflow for testing against data in PubSub from the various sinks in ingestion-beam.