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 id for Tasks and the depends_on attribute #12

Merged
merged 1 commit into from
May 18, 2023
Merged

Conversation

marchinho11
Copy link
Owner

Why?

  • To build DAGs of tasks using Airflow or Dagster.
  • Before loading an Attribute you should load a Hub (FK constraint)

What?

  • Task ID
  • Depends On

@marchinho11 marchinho11 added the enhancement New feature or request label May 18, 2023
@marchinho11 marchinho11 self-assigned this May 18, 2023
@codecov
Copy link

codecov bot commented May 18, 2023

Codecov Report

Merging #12 (a79aa82) into main (5e4bf5a) will increase coverage by 0.12%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #12      +/-   ##
==========================================
+ Coverage   97.79%   97.92%   +0.12%     
==========================================
  Files          33       23      -10     
  Lines         909      963      +54     
==========================================
+ Hits          889      943      +54     
  Misses         20       20              
Impacted Files Coverage Δ
hnhm/core/__init__.py 100.00% <ø> (ø)
hnhm/core/attribute.py 100.00% <100.00%> (ø)
hnhm/core/entity.py 100.00% <100.00%> (ø)
hnhm/core/group.py 100.00% <100.00%> (ø)
hnhm/core/migrations.py 100.00% <100.00%> (ø)
hnhm/core/priority.py 100.00% <100.00%> (ø)
hnhm/core/storage.py 100.00% <100.00%> (ø)
hnhm/core/tasks.py 100.00% <100.00%> (ø)
hnhm/file_storage.py 100.00% <100.00%> (ø)
hnhm/flow.py 95.95% <100.00%> (+0.30%) ⬆️
... and 6 more

@marchinho11 marchinho11 merged commit 8a34e50 into main May 18, 2023
@marchinho11 marchinho11 deleted the add-task-ids branch May 18, 2023 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant