Aaron ("AJ") Steers
Aaron ("AJ") Steers
Certain features require the legacy Config API. Presently we auto-detect Cloud API root and from that we auto-associate Cloud's Config API endpoint. To reach parity, we would need to add...
> [!NOTE] > The text below is a composite of resources from various locations. We'll continue to evolve this and consider putting into its own "docs" page if helpful to...
Today, the `Source.get_records()` method returns a `LazyDataset` that can be iterated upon to get records. Given a source declared like this: ```python import airbyte as ab source = ab.get_source(...) ```...
Resolves #371 - #371
I want to create a follow-on command such that if the slash command dispatch _did not_ kick off a task, then I can example the comment body and drop a...
Imported from discussion: - #7016 ------------------------ ## Enable file logging by default By default, we should _enable_ log files to always be sent to `.meltano/logs` (aka `$MELTANO_SYS_DIR_ROOT/logs`) Today: * A...
MVP would be to simply print all JSON schema warnings that are emitted from the manifest file creation (`meltano compile`). Future iterations beyond initial MVP could: 1. Run test on...
I really appreciate the `release-drafter` action, and I've used it now in over a dozen repos that I manage. However, I've never gotten the labeling situation and version detection working....
#### Problem Description In general, I understand and agree with the `pdoc` use of `__all__` to determine what to document. However, when it comes to submodules within the `__init__.py` of...