Skip to content

Commit 9ecded3

Browse files
committed
hubspot
1 parent d7e20d3 commit 9ecded3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sources/hubspot/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,8 +477,8 @@ def fetch_props(
477477

478478
@dlt.resource
479479
def hubspot_events_for_objects(
480-
object_type: THubspotObjectType,
481-
object_ids: List[str],
480+
object_type: THubspotObjectType = dlt.config.value,
481+
object_ids: List[str] = dlt.config.value,
482482
api_key: str = dlt.secrets.value,
483483
start_date: pendulum.DateTime = STARTDATE,
484484
) -> DltResource:

0 commit comments

Comments
 (0)