Skip to content

Commit

Permalink
Fix sync canary tests
Browse files Browse the repository at this point in the history
  • Loading branch information
prijendev committed Oct 29, 2024
1 parent 2d14802 commit f52fd14
Showing 1 changed file with 0 additions and 90 deletions.
90 changes: 0 additions & 90 deletions tests/sfbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -1204,43 +1204,13 @@ def count_custom_non_custom_fields(fields):
def get_streams_with_data():
#the streams listed here are the streams that have data currently
streams_with_data = {
'ActiveFeatureLicenseMetric',
'AppMenuItem',
'AuthSession',
'Account',
'Calendar',
'AppointmentSchedulingPolicy',
'Campaign',
'AssignmentRule',
'ActivePermSetLicenseMetric',
'AppDefinition',
'BusinessHours',
'ActiveProfileMetric',
'Calendar',
'ContentWorkspacePermission',
'CampaignMemberStatus',
'Community',
'Contact',
'Case',
'ClientBrowser',
'BusinessHours',
'ContentWorkspace',
'Campaign',
'FieldPermissions',
'Group',
'EventLogFile',
'FiscalYearSettings',
'ListView',
'LoginHistory',
'LeadStatus',
'Lead',
'FormulaFunctionAllowedType',
'LoginIp',
'FileSearchActivity',
'FormulaFunctionCategory',
'Folder',
'FormulaFunction',
'MatchingRule',

# removing form the list has not getting any data
# 'LightningUsageByFlexiPageMetrics',
Expand All @@ -1250,64 +1220,10 @@ def get_streams_with_data():
# 'LightningToggleMetrics',
# 'LightningExitByPageMetrics',

'LoginGeo',
'FlowDefinitionView',
'PermissionSetTabSetting',
'MilestoneType',
'Period',
'MatchingRule',
'OpportunityStage',
'PlatformEventUsageMetric',
'Organization',
'OpportunityHistory',
'Pricebook2',
'PermissionSetLicense',
'ObjectPermissions',
'Opportunity',
'PermissionSetAssignment',
'OauthToken',
'PricebookEntry',
'Profile',
'PermissionSet',
'Product2',
'PromptAction',
'SetupEntityAccess',
'Profile',
'Publisher',
'ServiceSetupProvisioning',
'Report',
'Solution',
'PromptActionShare',
'SlaProcess',
'SetupAuditTrail',
'UiFormulaRule',
'WebLink',
'UserPermissionAccess',
'UserRole',
'TabDefinition',
'UserLogin',
'UserAppMenuItem',
'TenantUsageEntitlement',
'UserLicense',
'User',
'TapTester__c',
'SlaProcess',
'UserAppInfo',
'UiFormulaCriterion',
'Solution',
'FieldPermissions',
'EntityDefinition',
'ContentWorkspace',
'DuplicateRule',
'CronTrigger',
'Domain',
'ContentWorkspacePermission',
'EmailTemplate',
'EventLogFile',
'CronJobDetail',
'Entitlement',
'FlowRecordVersion',
'FlowRecord',
}
return streams_with_data

Expand Down Expand Up @@ -1383,7 +1299,6 @@ def get_full_table_streams(self):
'TabDefinition',
'ReportEvent',
'FormulaFunctionCategory',
'FormulaFunction',
'UserSetupEntityAccess',
'AuraDefinitionBundleInfo',
'DatacloudAddress',
Expand All @@ -1395,9 +1310,7 @@ def get_full_table_streams(self):
'RecentlyViewed',
'IdpEventLog',
'PlatformEventUsageMetric',
'UserPermissionAccess',
'LightningUriEvent',
'Publisher',
'CronJobDetail',
'EmbeddedServiceLabel',
'ContentDocumentSubscription',
Expand All @@ -1406,12 +1319,9 @@ def get_full_table_streams(self):
'LogoutEvent',
'ContentWorkspaceSubscription',
'LoginEvent',
'UserAppMenuItem',
'AppDefinition',
'DatacloudContact',
'SalesStore',
'DatacloudCompany',
'FormulaFunctionAllowedType',
'ApexPageInfo'
}
return full_table_streams
Expand Down

0 comments on commit f52fd14

Please sign in to comment.