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 basic Tiltfile for Python SDK local dev #1819

Merged
merged 1 commit into from Mar 10, 2023
Merged

Add basic Tiltfile for Python SDK local dev #1819

merged 1 commit into from Mar 10, 2023

Conversation

kaxil
Copy link
Collaborator

@kaxil kaxil commented Mar 2, 2023

https://tilt.dev/ is a powerful dev tool when using containers.

It can automatically restart containers and sync files between localhost and container

Checklist

  • Created tests which fail without the change (if possible)
  • Extended the README / documentation, if necessary

@codecov
Copy link

codecov bot commented Mar 2, 2023

Codecov Report

Patch coverage: 95.43% and project coverage change: +0.50 🎉

Comparison is base (fe4e83d) 92.60% compared to head (7086253) 93.10%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1819      +/-   ##
==========================================
+ Coverage   92.60%   93.10%   +0.50%     
==========================================
  Files          91       93       +2     
  Lines        4907     4976      +69     
  Branches      492      492              
==========================================
+ Hits         4544     4633      +89     
+ Misses        264      245      -19     
+ Partials       99       98       -1     
Impacted Files Coverage Δ
python-sdk/src/astro/databases/google/bigquery.py 88.39% <ø> (ø)
...stro/sql/operators/data_validations/check_table.py 93.10% <ø> (ø)
python-sdk/src/astro/files/locations/amazon/s3.py 87.27% <57.14%> (ø)
python-sdk/src/astro/databases/snowflake.py 83.90% <60.00%> (ø)
python-sdk/src/astro/databases/databricks/delta.py 90.07% <66.66%> (+7.09%) ⬆️
python-sdk/src/astro/files/base.py 99.14% <91.66%> (ø)
sql-cli/sql_cli/operators/load_file.py 95.65% <92.00%> (-4.35%) ⬇️
python-sdk/src/astro/databases/base.py 90.53% <95.83%> (+2.05%) ⬆️
python-sdk/src/astro/databases/duckdb.py 96.72% <96.72%> (ø)
python-sdk/src/astro/databases/mssql.py 97.20% <97.20%> (+3.49%) ⬆️
... and 21 more

... and 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@kaxil kaxil changed the title Add basic Tiltfile for local dev Add basic Tiltfile for Python SDK local dev Mar 2, 2023
https://tilt.dev/ is a powerful dev tool when using containers.

It can automatically restart containers and sync files between localhost and container
@phanikumv phanikumv merged commit ecf2d61 into main Mar 10, 2023
43 checks passed
@phanikumv phanikumv deleted the tilt.dev branch March 10, 2023 11:24
phanikumv pushed a commit that referenced this pull request Mar 13, 2023
https://tilt.dev/ is a powerful dev tool when using containers.

It can automatically restart containers and sync files between localhost
and container
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants