Error when using external systems

im using external systems to pull in gmail data and I keep getting the following error despite having an owner role

Permission error when trying to access Foundry resource, make sure that you're authenticated and have the right permissions ([errorInstanceId=c37e9072-50dd-41d2-ad44-4d2322eaf883, parameters={
  "deploymentRid": "ri.foundry-container-service.main.deployment.affed1e6-a7c5-41be-a097-f0becf7294cc",
  "message": "The current inputs present in the code workspace don't allow adding the requested sources. Please restart your workspace without checkpoint",
  "sources": "[ri.magritte..source.3e202b80-6a09-4830-bbfb-cc1873aaddea]"
}]) (c37e9072-50dd-41d2-ad44-4d2322eaf883)

The error message sounds like it requires you to import/add a reference to the Data Connection source you’re trying to connect to/through (“sources”: [ri.magritte..source…]"). That might be it?

Hey @isaiahxcruz,

The error message indicates that you’ve likely loaded data into your workspace that is incompatible with the Source you’re trying to import, due to export controls. Could you try restarting your workspace without a checkpoint, and try again to see if that resolves your issue?

yeah its weird so I created the source directly in the code space using the external systems sidebar and after tinkering around for a bit the solution was to restart from checkpoint without saving changes and committing then recreating the source within the workspace.

1 Like