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

Add documentation on how to run recipes locally #89

Merged
merged 3 commits into from
Feb 13, 2024
Merged

Conversation

yuvipanda
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Aug 19, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a0fef17) 95.75% compared to head (09c4710) 96.01%.
Report is 58 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #89      +/-   ##
==========================================
+ Coverage   95.75%   96.01%   +0.26%     
==========================================
  Files          13       14       +1     
  Lines         424      452      +28     
==========================================
+ Hits          406      434      +28     
  Misses         18       18              

see 4 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yuvipanda yuvipanda added the test-dataflow Add this label to PRs to trigger Dataflow integration test. label Aug 19, 2023
docs/tutorial/local.md Outdated Show resolved Hide resolved
@cisaacstern
Copy link
Member

TFW when you're sharing docs PR links because they're the closest thing we've got to a good tutorial on the public internet 😅

Co-authored-by: Charles Stern <62192187+cisaacstern@users.noreply.github.com>
docs/tutorial/local.md Outdated Show resolved Hide resolved

DATA_PREFIX = HERE / 'data'
os.makedirs(DATA_PREFIX, exists_ok=True)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# get_config is provided via compile()/exec()
c = get_config()

Co-authored-by: Sean Quinlan <1011062+sbquinlan@users.noreply.github.com>
@moradology
Copy link
Contributor

Going to go ahead and merge as this looks plenty good for now!

@moradology moradology merged commit 0eda0ca into main Feb 13, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test-dataflow Add this label to PRs to trigger Dataflow integration test.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants