We’ve connected Tribe as a data source but we’re moving off of that platform, and in the meantime that data is messing with some of our charts. How do we remove Tribe as a data source?
brittany-guava Esha Hi! Question for you, have you already ingested data from these sources (Tribe or Mailchimp)? If so, the source cannot be removed from a project. The reason you cannot delete sources is that once a source has been used to ingest data to a project, that source makes up some of the data in the project and thus will always count as a source for the project.
If you'd like a source disabled you should stop sending data to the Amplitude project and remove the Amplitude API key from your instrumentation to ensure data will no longer continue to be ingested from that source. That said, I am happy to file a feature request for this functionality on your behalf. I just need a few more details to file a feature request. For example, what would this functionality help you achieve?
Hi brittany-guava
If you have added Tribe as a data source via the Data interface, then usually there is a delete icon ( top right )once you open your data source from the Sources page.
All the historical event data ingested via Tribe will not be impacted.
This is what I see
Clicking on the info icon takes me to a help page
I imagined this would be your case since I’m also seeing similar issue.
I don’t see the delete button in some of the data sources which I added via Legacy Data Sources UI, but do see this button in some mock sdk sources which I added for testing in Data.
Amplitude Adminmight help route this to Support to help understand what’s the expected behavior.
brittany-guava thanks for writing in, I’m checking on this with our support team. Saish Redkar thank you always for your help troubleshooting!!
Hey all! I’m having the same issue where I also can’t delete a data source. This is what I see! Will stay tuned to this thread for updates. Thanks!
I am running into a loop when attempting to import data from BigQuery. At origin, my data is already in milliseconds since epoch. If I query: event_time as time, I get the error: 1.'time' column should be a TIMESTAMP_NTZ column (Snowflake) or a TIMESTAMP column (BigQuery). example for the type of 'time' column is…
How do I transfer data from one amplitude account to another? It seems all the community chats about this have completely broken links. Easy to export, no way to import, very frustrating. :(
When using @amplitude/plugin-web-vitals-browser with Create React App v4 (react-scripts@4.0.3), the build fails with: ./node_modules/@amplitude/plugin-web-vitals-browser/node_modules/web-vitals/dist/web-vitals.js<br /><br />SyntaxError:…
Hello, I'm using SpringBoot and Kotlin to integrate with the Amplitude Export API. The official Amplitude documentation (https://amplitude.com/docs/apis/analytics/export) states that "data is available to export at a minimum within 2 hours of when the servers received it." However, there's no clear information about the…
Hello, Is there a way to make a query like: “Give me all the users that have the user property X equal to 10”, by using just any of the APIs, without making a cohort first through the Amplitude’s UI? Thank you!