Skip to content

Commit

Permalink
For tests, create the time spine table via a snapshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
plypaul committed Jun 23, 2023
1 parent 9bf92e3 commit af275f8
Show file tree
Hide file tree
Showing 4 changed files with 15,018 additions and 6 deletions.
1 change: 1 addition & 0 deletions metricflow/test/fixtures/setup_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ class MetricFlowTestEnvironmentVariables:
@pytest.fixture(scope="session")
def mf_test_session_state( # noqa: D
request: FixtureRequest,
disable_sql_alchemy_deprecation_warning: None,
source_table_snapshot_repository: SqlTableSnapshotRepository,
) -> MetricFlowTestSessionState:
engine_url = MetricFlowTestEnvironmentVariables.MF_SQL_ENGINE_URL.get_optional()
Expand Down
Loading

0 comments on commit af275f8

Please sign in to comment.