steve-cli 0.3.16__tar.gz → 0.3.18__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 (44) hide show
  1. {steve_cli-0.3.16 → steve_cli-0.3.18}/PKG-INFO +1 -1
  2. {steve_cli-0.3.16 → steve_cli-0.3.18}/pyproject.toml +1 -1
  3. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/storage/s3.py +3 -3
  4. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli.egg-info/PKG-INFO +1 -1
  5. {steve_cli-0.3.16 → steve_cli-0.3.18}/README.md +0 -0
  6. {steve_cli-0.3.16 → steve_cli-0.3.18}/setup.cfg +0 -0
  7. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/__init__.py +0 -0
  8. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/cli.py +0 -0
  9. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/decorators/__init__.py +0 -0
  10. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/decorators/lineage_job.py +0 -0
  11. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/lineage/__init__.py +0 -0
  12. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/lineage/adapters/__init__.py +0 -0
  13. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/lineage/adapters/logging.py +0 -0
  14. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/lineage/adapters/null.py +0 -0
  15. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/lineage/adapters/openlineage.py +0 -0
  16. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/lineage/collector.py +0 -0
  17. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/lineage/port.py +0 -0
  18. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/lineage/registry.py +0 -0
  19. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/lineage/storage.py +0 -0
  20. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/storage/__init__.py +0 -0
  21. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/storage/metadata/__init__.py +0 -0
  22. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/storage/metadata/extractors/__init__.py +0 -0
  23. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/storage/metadata/extractors/csv.py +0 -0
  24. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/storage/metadata/extractors/excel.py +0 -0
  25. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/storage/metadata/extractors/generic.py +0 -0
  26. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/storage/metadata/extractors/json.py +0 -0
  27. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/storage/metadata/extractors/parquet.py +0 -0
  28. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/storage/metadata/port.py +0 -0
  29. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/storage/metadata/registry.py +0 -0
  30. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/storage/parquet.py +0 -0
  31. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/storage/protocol.py +0 -0
  32. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/storage.py +0 -0
  33. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/validation/__init__.py +0 -0
  34. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/validation/adapters/__init__.py +0 -0
  35. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/validation/adapters/great_expectations.py +0 -0
  36. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/validation/adapters/null.py +0 -0
  37. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/validation/adapters/validoopsie.py +0 -0
  38. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/validation/port.py +0 -0
  39. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli/validation/registry.py +0 -0
  40. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli.egg-info/SOURCES.txt +0 -0
  41. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli.egg-info/dependency_links.txt +0 -0
  42. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli.egg-info/entry_points.txt +0 -0
  43. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli.egg-info/requires.txt +0 -0
  44. {steve_cli-0.3.16 → steve_cli-0.3.18}/steve_cli.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: steve-cli
3
- Version: 0.3.16
3
+ Version: 0.3.18
4
4
  Summary: A simple CLI tool to run jobs from jobs.yaml with proper environment setup
5
5
  Author: Frank
6
6
  License: MIT
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
 
6
6
  [project]
7
7
  name = "steve-cli"
8
- version = "0.3.16"
8
+ version = "0.3.18"
9
9
  description = "A simple CLI tool to run jobs from jobs.yaml with proper environment setup"
10
10
  readme = "README.md"
11
11
  license = {text = "MIT"}
@@ -79,13 +79,13 @@ class S3Storage:
79
79
  def _handle_client_error(self, error: ClientError, path: str, operation: str) -> None:
80
80
  code = error.response["Error"]["Code"]
81
81
  if code == "AccessDenied":
82
- logger.error("Access denied when %s: %s", operation, path)
82
+ logger.error("Access denied when %s: %s (BUCKET=%s)", operation, path, self.bucket)
83
83
  elif code == "NoSuchBucket":
84
84
  logger.error("Bucket not found: %s", self.bucket)
85
85
  elif code == "NoSuchKey":
86
- logger.error("File not found: %s", path)
86
+ logger.error("File not found: %s while %s on BUCKET=%s", path, operation, self.bucket)
87
87
  else:
88
- logger.error("Storage error during %s: %s", operation, error)
88
+ logger.error("Storage error during %s: %s (BUCKET=%s)", operation, error, self.bucket)
89
89
  raise EnvironmentError(f"S3 {operation} failed for {path}: {error.response['Error']['Code']}")
90
90
 
91
91
  def put_file(self, local_path: str, path: str) -> None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: steve-cli
3
- Version: 0.3.16
3
+ Version: 0.3.18
4
4
  Summary: A simple CLI tool to run jobs from jobs.yaml with proper environment setup
5
5
  Author: Frank
6
6
  License: MIT
File without changes
File without changes
File without changes