Tyler Eason

Results 9 issues of Tyler Eason

This page could use some clarification as to where the code itself is located. For example, the provided test execution command is: ``` pytest test_complex_asset_graph.py ``` implying that `test_cereal_assets()` was...

documentation

### Apache Airflow version 2.2.3 (latest released) ### What happened The metric `scheduler.tasks.running` is populated from the variable `num_tasks_in_executor` in scheduler_job.py. However, `num_tasks_in_executor` is initialized to `0` and then never...

kind:bug
good first issue
area:core

### Description When you're on the UI page for a specific dataset `datasets?uri=MY_DATASET`, I think it would be nice to show the `extra` dictionary. ### Use case/motivation I sometimes attach...

kind:feature
good first issue
area:UI

### What's the use case? I currently work at a company that has two major languages in-office. Unfortunately for my non-English-speaking colleagues, the standard Google Translate integration in Chrome doesn't...

type: feature-request
area: UI/UX

I see that the lifecycle settings ignore changes to both the requirements and plugins objects ```tf lifecycle { ignore_changes = [ plugins_s3_object_version, requirements_s3_object_version ] } ``` Is there some kind...

good first issue

When I'm on the branch list page (`/repositories/my-repo/branches`), I would like checkboxes so that I can mass delete instead of clicking each branch trash can individually and confirming individually. :white_check_mark::white_check_mark::white_check_mark::white_check_mark::put_litter_in_its_place:...

good first issue
area/UI
contributor
P2
feature-request

### What's the issue? I have the following automation conditions (part of a longer condition): ```python3 any_deps_match(data_version_changed()).allow(AssetSelection.assets(assetA)).since_last_handled() & any_deps_match(data_version_changed()).allow(AssetSelection.assets(assetB)).since_last_handled() ``` In the UI, this shows up inconsistently. At the very...

type: bug

### What's the issue? Here is part of the AC I'm working with ```python3 & ~dg.AutomationCondition.any_deps_match(dg.AutomationCondition.will_be_requested()) ``` This line is supposed to guard against the target asset triggering if its...

type: bug

One thing I'd like to do in LakeFS is set some files to a specific point in time. Functionally, a data rollback for a subset of my data. In git,...

contributor
P2
feature-request