Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
JCZuurmond committed Dec 17, 2024
1 parent 758ae4b commit 330dcca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/queries/test_migration_progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ def query_problems(make_dashboard, make_query) -> list[QueryProblem]:

@pytest.fixture
def dfsas(make_workspace_file, make_query) -> list[DirectFsAccess]:
# TODO: Match the DFSAs with a job and dashboard
workspace_file = make_workspace_file(content='df = spark.read.csv("dbfs://folder/file.csv")')
query = make_query(sql_query="SELECT * FROM csv.`dbfs://folder/file.csv`")
records = [
Expand Down

0 comments on commit 330dcca

Please sign in to comment.