dagster-postgres 0.23.7__tar.gz → 0.23.9rc0__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 dagster-postgres might be problematic. Click here for more details.
- {dagster-postgres-0.23.7/dagster_postgres.egg-info → dagster-postgres-0.23.9rc0}/PKG-INFO +1 -1
- {dagster-postgres-0.23.7 → dagster-postgres-0.23.9rc0}/dagster_postgres/schedule_storage/schedule_storage.py +1 -1
- dagster-postgres-0.23.9rc0/dagster_postgres/version.py +1 -0
- {dagster-postgres-0.23.7 → dagster-postgres-0.23.9rc0/dagster_postgres.egg-info}/PKG-INFO +1 -1
- dagster-postgres-0.23.9rc0/dagster_postgres.egg-info/requires.txt +2 -0
- {dagster-postgres-0.23.7 → dagster-postgres-0.23.9rc0}/setup.py +1 -1
- dagster-postgres-0.23.7/dagster_postgres/version.py +0 -1
- dagster-postgres-0.23.7/dagster_postgres.egg-info/requires.txt +0 -2
- {dagster-postgres-0.23.7 → dagster-postgres-0.23.9rc0}/LICENSE +0 -0
- {dagster-postgres-0.23.7 → dagster-postgres-0.23.9rc0}/MANIFEST.in +0 -0
- {dagster-postgres-0.23.7 → dagster-postgres-0.23.9rc0}/README.md +0 -0
- {dagster-postgres-0.23.7 → dagster-postgres-0.23.9rc0}/dagster_postgres/__init__.py +0 -0
- {dagster-postgres-0.23.7 → dagster-postgres-0.23.9rc0}/dagster_postgres/alembic/alembic.ini +0 -0
- {dagster-postgres-0.23.7 → dagster-postgres-0.23.9rc0}/dagster_postgres/event_log/__init__.py +0 -0
- {dagster-postgres-0.23.7 → dagster-postgres-0.23.9rc0}/dagster_postgres/event_log/event_log.py +0 -0
- {dagster-postgres-0.23.7 → dagster-postgres-0.23.9rc0}/dagster_postgres/py.typed +0 -0
- {dagster-postgres-0.23.7 → dagster-postgres-0.23.9rc0}/dagster_postgres/run_storage/__init__.py +0 -0
- {dagster-postgres-0.23.7 → dagster-postgres-0.23.9rc0}/dagster_postgres/run_storage/run_storage.py +0 -0
- {dagster-postgres-0.23.7 → dagster-postgres-0.23.9rc0}/dagster_postgres/schedule_storage/__init__.py +0 -0
- {dagster-postgres-0.23.7 → dagster-postgres-0.23.9rc0}/dagster_postgres/storage.py +0 -0
- {dagster-postgres-0.23.7 → dagster-postgres-0.23.9rc0}/dagster_postgres/utils.py +0 -0
- {dagster-postgres-0.23.7 → dagster-postgres-0.23.9rc0}/dagster_postgres.egg-info/SOURCES.txt +0 -0
- {dagster-postgres-0.23.7 → dagster-postgres-0.23.9rc0}/dagster_postgres.egg-info/dependency_links.txt +0 -0
- {dagster-postgres-0.23.7 → dagster-postgres-0.23.9rc0}/dagster_postgres.egg-info/not-zip-safe +0 -0
- {dagster-postgres-0.23.7 → dagster-postgres-0.23.9rc0}/dagster_postgres.egg-info/top_level.txt +0 -0
- {dagster-postgres-0.23.7 → dagster-postgres-0.23.9rc0}/setup.cfg +0 -0
|
@@ -6,7 +6,7 @@ import sqlalchemy as db
|
|
|
6
6
|
import sqlalchemy.dialects as db_dialects
|
|
7
7
|
import sqlalchemy.pool as db_pool
|
|
8
8
|
from dagster._config.config_schema import UserConfigSchema
|
|
9
|
-
from dagster._core.definitions.
|
|
9
|
+
from dagster._core.definitions.declarative_automation.serialized_objects import (
|
|
10
10
|
AssetConditionEvaluationWithRunIds,
|
|
11
11
|
)
|
|
12
12
|
from dagster._core.scheduler.instigation import InstigatorState
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.23.9rc0"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.23.7"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dagster-postgres-0.23.7 → dagster-postgres-0.23.9rc0}/dagster_postgres/event_log/__init__.py
RENAMED
|
File without changes
|
{dagster-postgres-0.23.7 → dagster-postgres-0.23.9rc0}/dagster_postgres/event_log/event_log.py
RENAMED
|
File without changes
|
|
File without changes
|
{dagster-postgres-0.23.7 → dagster-postgres-0.23.9rc0}/dagster_postgres/run_storage/__init__.py
RENAMED
|
File without changes
|
{dagster-postgres-0.23.7 → dagster-postgres-0.23.9rc0}/dagster_postgres/run_storage/run_storage.py
RENAMED
|
File without changes
|
{dagster-postgres-0.23.7 → dagster-postgres-0.23.9rc0}/dagster_postgres/schedule_storage/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dagster-postgres-0.23.7 → dagster-postgres-0.23.9rc0}/dagster_postgres.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{dagster-postgres-0.23.7 → dagster-postgres-0.23.9rc0}/dagster_postgres.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{dagster-postgres-0.23.7 → dagster-postgres-0.23.9rc0}/dagster_postgres.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|