Open Tasks
Open Tasks
- No tasks found.
Active Repositories
Active Repositories
Recent Activity
Recent Activity
Today
Today
yichendai committed R1:3012d7e8c387: Add an example of how to write a user-in-the-loop pipeline (authored by yichendai).
Add an example of how to write a user-in-the-loop pipeline
Rebase
Addressing comments:
- SqlEventPollingWatchdog -> SqlEventPollingWatcher
- moving SqlitePollingEventLogStorage to dagster_tests.core_tests.storage_tests.test_polling_event_watcher
We should rename the class, but I think everything here makes sense.
[dagit] Fuzzy search for log filter
rebase
fix heartbeat code to update iteration time
Change a variable name
Harbormaster failed remote builds in B26420: Diff 32285 for D6646: Create sensor loop for each daemon interval execution!
https://dagster.phacility.com/D6654 landed and this will conflict a bit with that (I think the error logging problem I mentioned earlier is still there? You need a self._last_iteration_exceptions = self._current_iteration_exceptions in there or CompletedIteration will be a no-op now)
Harbormaster failed remote builds in B26419: Diff 32284 for D6646: Create sensor loop for each daemon interval execution!
update, fix isort
update, have daemon constantly run
Simplify the solid and docs completely. Use open file rather than subprocess to create a file.
dgibson committed R1:067a6036981a: Log heartbeats during the first daemon iteration (while keeping the first error… (authored by dgibson).
Log heartbeats during the first daemon iteration (while keeping the first error…
dgibson updated the diff for D6654: Log heartbeats during the first daemon iteration (while keeping the first error heartbeat).
up
up
Add Slack badge to README
Woohoo! @alangenfeld thanks for your reviews through all the revs
sandyryza committed R1:c8dd26e04e32: include system framing message in user errors (authored by sandyryza).
include system framing message in user errors
Yesterday
Yesterday
dgibson requested review of D6660: allow passing in a location name when creating a workspace load target.
dgibson updated the diff for D6657: Add method storages can implement to indicate that they aren't allowed to delete.
up
Harbormaster failed remote builds in B26406: Diff 32267 for D6616: [core] Event watcher polling implementation!