dataflow-core 2.1.4__tar.gz → 2.1.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/PKG-INFO +1 -1
  2. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/environment.py +1 -1
  3. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow_core.egg-info/PKG-INFO +1 -1
  4. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/setup.py +1 -1
  5. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/README.md +0 -0
  6. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/authenticator/__init__.py +0 -0
  7. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/authenticator/dataflowairflowauthenticator.py +0 -0
  8. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/authenticator/dataflowhubauthenticator.py +0 -0
  9. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/authenticator/dataflowsupersetauthenticator.py +0 -0
  10. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/__init__.py +0 -0
  11. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/configuration.py +0 -0
  12. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/database_manager.py +0 -0
  13. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/dataflow.py +0 -0
  14. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/db.py +0 -0
  15. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/models/__init__.py +0 -0
  16. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/models/app_types.py +0 -0
  17. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/models/blacklist_library.py +0 -0
  18. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/models/connection.py +0 -0
  19. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/models/environment.py +0 -0
  20. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/models/environment_status.py +0 -0
  21. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/models/git_ssh.py +0 -0
  22. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/models/pinned_projects.py +0 -0
  23. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/models/project_details.py +0 -0
  24. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/models/recent_project_studio.py +0 -0
  25. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/models/recent_projects.py +0 -0
  26. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/models/role.py +0 -0
  27. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/models/role_server.py +0 -0
  28. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/models/runtime.py +0 -0
  29. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/models/server_config.py +0 -0
  30. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/models/session.py +0 -0
  31. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/models/team.py +0 -0
  32. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/models/user.py +0 -0
  33. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/models/user_environment.py +0 -0
  34. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/models/user_team.py +0 -0
  35. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/models/variables.py +0 -0
  36. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/scripts/clone_environment.sh +0 -0
  37. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/scripts/create_environment.sh +0 -0
  38. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/scripts/update_environment.sh +0 -0
  39. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/utils/__init__.py +0 -0
  40. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/utils/aws_secrets_manager.py +0 -0
  41. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/utils/get_current_user.py +0 -0
  42. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/utils/json_handler.py +0 -0
  43. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow/utils/logger.py +0 -0
  44. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow_core.egg-info/SOURCES.txt +0 -0
  45. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow_core.egg-info/dependency_links.txt +0 -0
  46. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow_core.egg-info/entry_points.txt +0 -0
  47. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow_core.egg-info/requires.txt +0 -0
  48. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/dataflow_core.egg-info/top_level.txt +0 -0
  49. {dataflow_core-2.1.4 → dataflow_core-2.1.5}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dataflow-core
3
- Version: 2.1.4
3
+ Version: 2.1.5
4
4
  Summary: Dataflow core package
5
5
  Author: Dataflow
6
6
  Author-email:
@@ -108,7 +108,7 @@ class EnvironmentManager:
108
108
  yaml_file_path=yaml_path,
109
109
  source_path=source_path,
110
110
  log_file_location=log_file_location,
111
- version=1
111
+ version="1"
112
112
  )
113
113
 
114
114
  # Update job log status if db was provided
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dataflow-core
3
- Version: 2.1.4
3
+ Version: 2.1.5
4
4
  Summary: Dataflow core package
5
5
  Author: Dataflow
6
6
  Author-email:
@@ -14,7 +14,7 @@ class PostInstall(install):
14
14
 
15
15
  setup(
16
16
  name="dataflow-core",
17
- version="2.1.4",
17
+ version="2.1.5",
18
18
  packages=find_packages(include=["dataflow", "dataflow.*", "authenticator", "authenticator.*"]),
19
19
  include_package_data=True,
20
20
  package_data={
File without changes
File without changes