I need to ingest data from Dynamics 365 to GCP. There is an integration connector available for Dynamics 365(https://cloud.google.com/integration-connectors/docs/connectors/dynamics365/configure) but it has data processing limits (10MB) and isn't recommended for ETL workloads. Can we use integration connector just to establish connectivity with Dynamics 365 and then use scalable services like Dataflow for ingestion?
Integration connectors can be used only with Application Integration currently and it cannot be used in dataflow directly.However in Application Integration, using cloud function or REST task, Dataflow API can be invoked as required. But it will still hit the limitation of 10 MB