Skip to content

Commit

Permalink
✨Source Toggl: Make Connector Compatible with Builder (#38740)
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloescoder committed Jun 27, 2024
1 parent 79be5f8 commit 7dcfa69
Show file tree
Hide file tree
Showing 24 changed files with 597 additions and 524 deletions.
6 changes: 0 additions & 6 deletions airbyte-integrations/connectors/source-toggl/.dockerignore

This file was deleted.

2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-toggl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ poetry install --with dev
**If you are a community contributor**, follow the instructions in the [documentation](https://docs.airbyte.com/integrations/sources/toggl)
to generate the necessary credentials. Then create a file `secrets/config.json` conforming to the `source_toggl/spec.yaml` file.
Note that any directory named `secrets` is gitignored across the entire Airbyte repo, so there is no danger of accidentally checking in sensitive information.
See `sample_files/sample_config.json` for a sample config file.
See `integration_tests/sample_config.json` for a sample config file.


### Locally running the connector
Expand Down
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-toggl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
#
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
#
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
#


Expand Down
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-toggl/main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
#

from source_toggl.run import run
Expand Down
23 changes: 12 additions & 11 deletions airbyte-integrations/connectors/source-toggl/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,31 +1,32 @@
data:
registries:
oss:
enabled: true
cloud:
enabled: false
remoteRegistries:
pypi:
enabled: true
packageName: airbyte-source-toggl
connectorSubtype: api
connectorType: source
definitionId: 7e7c844f-2300-4342-b7d3-6dd7992593cd
dockerImageTag: 0.1.4
dockerImageTag: 0.1.5
dockerRepository: airbyte/source-toggl
githubIssueLabel: source-toggl
icon: toggl.svg
license: MIT
name: Toggl
remoteRegistries:
pypi:
enabled: true
packageName: airbyte-source-toggl
registries:
cloud:
enabled: false
oss:
enabled: true
releaseDate: 2022-10-28
releaseStage: alpha
supportLevel: community
documentationUrl: https://docs.airbyte.com/integrations/sources/toggl
tags:
- language:python
- cdk:low-code
ab_internal:
sl: 100
ql: 100
supportLevel: community
# Disable the acceptanceTests suite for now
# They are not passing
# No Airbyte cloud usage
Expand Down
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-toggl/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "0.1.4"
version = "0.1.5"
name = "source-toggl"
description = "Source implementation for Toggl."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
#


Expand Down
Loading

0 comments on commit 7dcfa69

Please sign in to comment.