dataflow-core 2.1.12__tar.gz → 2.1.13__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.

Potentially problematic release.


This version of dataflow-core might be problematic. Click here for more details.

Files changed (62) hide show
  1. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/PKG-INFO +1 -1
  2. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/schemas/connection.py +4 -4
  3. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/schemas/secret.py +4 -4
  4. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow_core.egg-info/PKG-INFO +1 -1
  5. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/setup.py +1 -1
  6. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/README.md +0 -0
  7. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/authenticator/__init__.py +0 -0
  8. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/authenticator/dataflowairflowauthenticator.py +0 -0
  9. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/authenticator/dataflowhubauthenticator.py +0 -0
  10. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/authenticator/dataflowsupersetauthenticator.py +0 -0
  11. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/__init__.py +0 -0
  12. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/configuration.py +0 -0
  13. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/database_manager.py +0 -0
  14. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/dataflow.py +0 -0
  15. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/db.py +0 -0
  16. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/environment.py +0 -0
  17. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/models/__init__.py +0 -0
  18. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/models/app_types.py +0 -0
  19. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/models/blacklist_library.py +0 -0
  20. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/models/connection.py +0 -0
  21. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/models/dataflow_zone.py +0 -0
  22. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/models/environment.py +0 -0
  23. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/models/environment_status.py +0 -0
  24. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/models/git_ssh.py +0 -0
  25. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/models/pinned_projects.py +0 -0
  26. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/models/pod_activity.py +0 -0
  27. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/models/pod_session_history.py +0 -0
  28. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/models/project_details.py +0 -0
  29. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/models/recent_project_studio.py +0 -0
  30. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/models/recent_projects.py +0 -0
  31. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/models/role.py +0 -0
  32. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/models/role_server.py +0 -0
  33. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/models/role_zone.py +0 -0
  34. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/models/server_config.py +0 -0
  35. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/models/session.py +0 -0
  36. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/models/team.py +0 -0
  37. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/models/user.py +0 -0
  38. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/models/user_environment.py +0 -0
  39. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/models/user_team.py +0 -0
  40. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/models/variables.py +0 -0
  41. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/schemas/__init__.py +0 -0
  42. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/schemas/git_ssh.py +0 -0
  43. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/scripts/clone_environment.sh +0 -0
  44. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/scripts/create_environment.sh +0 -0
  45. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/scripts/update_environment.sh +0 -0
  46. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/secrets_manager/__init__.py +0 -0
  47. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/secrets_manager/factory.py +0 -0
  48. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/secrets_manager/interface.py +0 -0
  49. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/secrets_manager/providers/__init__.py +0 -0
  50. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/secrets_manager/providers/aws_manager.py +0 -0
  51. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/secrets_manager/providers/azure_manager.py +0 -0
  52. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/secrets_manager/service.py +0 -0
  53. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/utils/__init__.py +0 -0
  54. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/utils/exceptions.py +0 -0
  55. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/utils/get_current_user.py +0 -0
  56. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow/utils/logger.py +0 -0
  57. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow_core.egg-info/SOURCES.txt +0 -0
  58. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow_core.egg-info/dependency_links.txt +0 -0
  59. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow_core.egg-info/entry_points.txt +0 -0
  60. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow_core.egg-info/requires.txt +0 -0
  61. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/dataflow_core.egg-info/top_level.txt +0 -0
  62. {dataflow_core-2.1.12 → dataflow_core-2.1.13}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dataflow-core
3
- Version: 2.1.12
3
+ Version: 2.1.13
4
4
  Summary: Dataflow core package
5
5
  Author: Dataflow
6
6
  Author-email:
@@ -29,11 +29,11 @@ class ConnectionBase(BaseModel):
29
29
  import re
30
30
  if not isinstance(v, str):
31
31
  raise ValueError("Connection ID must be a string.")
32
- if len(v) > 20:
33
- raise ValueError("Connection ID must be at most 20 characters long.")
34
- if not re.fullmatch(r"[A-Za-z0-9-]+", v):
32
+ if len(v) > 30:
33
+ raise ValueError("Connection ID must be at most 30 characters long.")
34
+ if not re.fullmatch(r"[A-Za-z0-9_-]+", v):
35
35
  raise ValueError(
36
- "Connection ID can only contain letters, numbers, and hyphens (-)!"
36
+ "Connection ID can only contain letters, numbers, underscores (_), and hyphens (-)!"
37
37
  )
38
38
  return v
39
39
 
@@ -16,11 +16,11 @@ class SecretBase(BaseModel):
16
16
  import re
17
17
  if not isinstance(v, str):
18
18
  raise ValueError("Secret key must be a string.")
19
- if len(v) > 20:
20
- raise ValueError("Secret key must be at most 20 characters long.")
21
- if not re.fullmatch(r"[A-Za-z0-9-]+", v):
19
+ if len(v) > 30:
20
+ raise ValueError("Secret key must be at most 30 characters long.")
21
+ if not re.fullmatch(r"[A-Za-z0-9_-]+", v):
22
22
  raise ValueError(
23
- "Secret key can only contain letters, numbers, and hyphens (-)!"
23
+ "Secret key can only contain letters, numbers, underscores (_), and hyphens (-)!"
24
24
  )
25
25
  return v
26
26
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dataflow-core
3
- Version: 2.1.12
3
+ Version: 2.1.13
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.12",
17
+ version="2.1.13",
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