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 DataProvider and DataConsumer classes #35

Merged
merged 13 commits into from
May 14, 2024
Merged

Add DataProvider and DataConsumer classes #35

merged 13 commits into from
May 14, 2024

Conversation

sosna
Copy link
Collaborator

@sosna sosna commented May 3, 2024

Following the reorganization of the base classes, it was decided to add a DataProvider and a DataConsumer classes.

Close #33

In a nutshell,

  • DataProvider and a DataConsumer classes have been added.
  • Function signatures are using the most precise type whenever possible.
  • The old Organisation class has been removed and the DataflowRef has been moved to the base module.
  • Item and ItemScheme have been removed from the main model module (__init__.py), as there are abstract classes not meant to be used directly by clients.

Copy link
Contributor

@javihern98 javihern98 left a comment

Choose a reason for hiding this comment

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

All good, no more changes are needed for these classes. Please merge it @sosna

@sosna sosna merged commit e5f8fc4 into develop May 14, 2024
14 checks passed
@sosna sosna deleted the org_types branch May 14, 2024 14:23
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.

Add DataProvider and DataConsumer classes
2 participants