Skip to content

Commit

Permalink
Set python: python3.12 for tap-github (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Dec 20, 2024
1 parent a724a18 commit a6fb13f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions meltano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ plugins:
repositories:
- edgarrmondragon/citric
- edgarrmondragon/tap-readthedocs
python: python3.12
select:
- repositories.*
- stargazers.*
Expand Down
1 change: 1 addition & 0 deletions pkl/lib/meltano/plugin.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ abstract class Plugin {
settings_group_validation: List<List<String>> | Null = null
settings: List<Setting> | Null = null
config: Mapping<String, Any> | Null = null
python: String | Null = null
}

class Extractor extends Plugin {
Expand Down
1 change: 1 addition & 0 deletions pkl/plugins/extractors/tap_github.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tap_github = new plugin.Extractor {
name = "tap-github"
variant = "meltanolabs"
pip_url = "git+https://github.com/MeltanoLabs/[email protected] python-json-logger"
python = "python3.12"
config = new Mapping {
["repositories"] = List(
"edgarrmondragon/citric",
Expand Down

0 comments on commit a6fb13f

Please sign in to comment.