fake-star-detector icon indicating copy to clipboard operation
fake-star-detector copied to clipboard

Results 14 fake-star-detector issues
Sort by recently updated
recently updated
newest added

Hi @frasermarlow, @yuhan and community! First of all, great work on this super helpful solution built on top of dagster. I am sure this is a great help and a...

``` dagster._core.errors.DagsterExecutionStepExecutionError: Error occurred while executing op "classified_stargazers_df": File "/Users/tekumara/code3/fake-star-detector/.venv/lib/python3.11/site-packages/dagster/_core/execution/plan/execute_plan.py", line 273, in dagster_event_sequence_for_step for step_event in check.generator(step_events): File "/Users/tekumara/code3/fake-star-detector/.venv/lib/python3.11/site-packages/dagster/_core/execution/plan/execute_step.py", line 369, in core_dagster_event_sequence_for_step for user_event in check.generator( File "/Users/tekumara/code3/fake-star-detector/.venv/lib/python3.11/site-packages/dagster/_core/execution/plan/execute_step.py",...

Running the `simpler_model` against a repo with 30k star produced the following error while entering the `classified_stargazers_df` stage, after roughly 6 hours of execution. ``` dagster._core.errors.DagsterExecutionStepExecutionError: Error occurred while executing...

- docker-compose able to pass env variable value - simpler_model.py just failed :( `comparing Timestamp with datetime.date.` , this is quick fix

# my config simpler_model start cmd: `dagster dev` ## db ```docker docker run --name some-postgres \ -e POSTGRES_PASSWORD=mysecretpassword \ -p 5432:5432 \ --ulimit nofile=11136:11136 \ -d postgres ``` ## job...

When I attempt to run the complex model I receive the following error: ``` dagster_dbt.errors.DagsterDbtCliFatalRuntimeError: Fatal error in the dbt CLI (return code 2): Running with dbt=1.6.1 Registered adapter: bigquery=1.6.4...

I noticed that this repository is currently unlicensed. If your intention is for others to use the content, especially given the tutorial information, it might be helpful to include a...

Resolves #8 While making this I noticed that the `print` messages were originally `context.log.info` messages. I can see why `info` was not ideal. However, I still think it's important to...

I noticed a log in the console that is uncategorized (e.g., info, debug, etc.), which means it's not surfaced in the web UI. The message is helpful for understanding what's...

Dear All, Loved the work! Two small potential improvements: 1. "When we tested this heuristic on the known fake stars in our dummy account, we found that while it could...