Charlie Bini
Charlie Bini
The contact methods all return a 404 error because the resource url is incorrect. https://github.com/rpkilby/SurveyGizmo/blob/a097091dc7dcfb58f70242fb1becabc98df049a5/surveygizmo/api/contact.py#L6 According to the docs, it should be `surveycontact` instead of just `contact`: https://apihelp.surveygizmo.com/help/survey-contact-sub-object-v5#getlist
Hi! Just started using this this weekend, and it's going well. I'd like to extract the image in the container that I've built, but the suggested command doesn't work: ```...
https://github.com/facetoe/zenpy/blob/e3013a963d9f2a3e68f25442d0ed0d58ebe61646/zenpy/lib/generator.py#L51 I'm iterating over a `SearchExportResultGenerator`, and for some reason it's producing `IndexError: list index out of range`. This has worked without issue for every other search I've done, but...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
`dbt-core` just released version 1.8: https://github.com/dbt-labs/dbt-core/releases/tag/v1.8.0 It would be great if we could get this vetted and supported in an upcoming release. https://github.com/dagster-io/dagster/blob/b1a12e0873d19cb9f81587d7e725d83df0edcb3b/python_modules/libraries/dagster-dbt/setup.py#L40
I'm migrating over to using Pydantic for defining and this library to generate Avro schema. It's awesome, but one challenge I'm running into is being able to override record names...
https://github.com/dagster-io/dagster-cloud/blob/159a4c06c72b554807a63d5151890f96dbe356df/dagster-cloud-cli/dagster_cloud_cli/core/pex_builder/util.py#L14 Dagster Cloud officially supports 3.12, but we're not able to build a pex with that version.
### Dagster version 1.8.1 ### What's the issue? According to the new deprecation warning, the `partitions_def` param is redundant on `define_asset_job`. However, if you allow that function to infer it...