Results 13 issues of Mark Fickett

I scrolled about halfway down the page, then clicked the "Share feedback" button. I saw the page's scrollbars move a little bit, but couldn't see any widget appear in the...

docs:infra

Given: ```py @graph def my_subgraph(value: int): a = my_op(value) return my_other_op(a) ``` You can do: ```py my_subgraph.execute_in_process(run_config={'inputs': {'value': 3}}) ``` Thanks for help from Alex at https://dagster.slack.com/archives/C01U954MEER/p1651155162631639 .

documentation

It seems like by default, only warning or above are captured into Dagit for managed_python_loggers, even though context.log.info logs show up. It would be helpful to add a note about...

documentation

**Is your feature request related to a problem?** As other libraries upgrade to protobuf major version 4, it introduces a dependency conflict with opentelemetry still pinned to 3. In my...

feature-request

I'm using TMCMR to figure out which region files to delete from our map so we can re-explore nearby territory and find new stuff from the 1.11 update (llamas, woodland...

### What happened? I'd like to set a few properties on my EKS nodes in a ManagedNodeGroup: * node_user_data * node_root_volume_size * kubelet_extra_args I am not using the default node...

area/docs
kind/bug
awaiting-feedback

This method works for me quickly/easily. The default instructions only make something show up in the UI if I use the relay, which is not recommended. And there are much...

### Is there an existing feature request for this? - [X] I have searched the existing issues ### Your feature request A couple times I've accidentally repeated the same apps.yaml...

enhancement
work_in_progress

Please answer these questions before submitting your issue. Thanks! 1. What version of Python are you using? `Python 3.10.11 (main, Apr 5 2023, 14:15:10) [GCC 9.4.0]` 2. What operating system...

enhancement
status-triage_done

## What is the current behavior? Currently, if you specify a column with `autoincrement=True` you get errors. If you add a sequence in an ORM, then it can work but...

feature