Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-core-data-management
Data quality, deduplication, import/export, field history archiving, data cloud integrations, data preparation recipes, and statistical assessment tools.
Published package · Latest published 1.0.1 Mar 4, 2026 · 29 datasets / 29 measures in the latest review · Updated Mar 11, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
29 datasets29 measures · 418 dimensionsSemantic Graph
Relationship counts appear after the graph loads.
Loading graph
Package graph is loadingPackage relationships will appear when the summary is ready.
Reference context
Secondary package facts stay compact
- Updated
- Mar 11, 2026
- Visibility
- Public hub listing
- License
- MIT
- Created
- Mar 4, 2026
Reference facts
Secondary package facts after the usage path is clear
Licensing, categorization, ownership, and linked metadata stay below the runnable path so the page reads in the right order.
Format
Upstream
Repository
Domain
Source
Owner
@pasar6987Organization
License
Visibility
Publisher
Latest published version
Tags
Schema preview
SDK handoff
Use this package in code and AI
After structure review, move straight into typed reads with load() or compact LLM context with to_prompt().
Python SDK
Python example for @pasar6987/sf-core-data-management
This example uses the current package ref and, when preview data is available, fills in real dataset names from the published summary.
import rawctx
model = rawctx.load("@pasar6987/sf-core-data-management")
prompt = rawctx.to_prompt(
"@pasar6987/sf-core-data-management",
datasets=["AggregateResult", "DataAssessmentFieldMetric"],
max_tokens=2000,
)
print(model.datasets) # ["AggregateResult", "DataAssessmentFieldMetric", "DataAssessmentMetric"]
print(model.measures) # [Measure(name="DataAssessmentFieldMetric.NumMatchedBlanks", ...), Measure(name="DataAssessmentFieldMetric.NumMatchedDifferent", ...), Measure(name="DataAssessmentFieldMetric.NumMatchedInSync", ...)]
print(model.dimensions) # [Dimension(name="Id", ...), Dimension(name="DataAssessmentMetricId", ...), Dimension(name="FieldName", ...)]
print(model.relationships) # [Relationship(name='...', ...)]
print(prompt)README
Package narrative and examples
Use documentation after the package clears provenance, ownership, and runnable-path checks.
@pasar6987/sf-core-data-management
Data quality, deduplication, import/export, field history archiving, data cloud integrations, data preparation recipes, and statistical assessment tools.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 29 |
| Dimensions | 418 |
| Measures | 29 |
| Relationships | 6 |
Objects
- AggregateResult — Aggregate Result - AggregateResult
- DataAssessmentFieldMetric — Represents summary statistics for matched, blank, and differing fields in account records of an org compared to records in Data.com.
- DataAssessmentMetric — Represents a summary of statistics for fields matched and unmatched in your account records with Data.com account records.
- DataAssessmentValueMetric — Summarizes the number of fields matched for your account records with Data.com account records.
- DataAssetUsageTrackingInfo — Data Asset Usage Tracking Info - DataAssetUsageTrackingInfo
- DataKitDeployEvent — Represents a data kit deployment event that notifies subscribers of the status of the data kit component deployment. This object is available in API version 61.0 or later.
- DataKitDeploymentLog — Represents the log details of a data kit component deployment. This object is available in API version 61.0 or later.
- DataMaskCustomValueLibrary — Represents a set of user-inputted values in a custom library in Data Mask.
- DataPrepRecipe — Data Prep Recipes - DataPrepRecipe
- DataPrepServiceLocator — Data Prep Service Locators - DataPrepServiceLocator
- DataStatistics — For internal use only.
- DataStream — Data Streams - DataStream
- DataWeaveResource — Represents the DataWeaveScriptResource class that is generated for all DataWeave scripts.
- DatacloudAddress — Data.com Addresses - DatacloudAddress
- DatacloudCompany — Represents the fields for Data.com company records.
- DatacloudContact — The fields and properties for Data.com contact records.
- DatacloudOwnedEntity — Represents fields in the DatacloudOwnedEntity object. The DatacloudOwnedEntity object tracks user-purchased records.
- DatacloudPurchaseUsage — Represents an object used to identify and track Data.com record purchases. This object is available in API version 30.0 or later.
- DateMetadata — Date Metadata - DateMetadata
- DuplicateJob — Represents an instance of a job that identifies duplicates among existing records in the system.
- DuplicateJobMatchingRule — Represents a MatchingRule to be used with a DuplicateJob sharing the corresponding DuplicateJobMatchingRuleDefinition.
- DuplicateRecordItem — Represents a record that’s been identified as a duplicate. DuplicateRecordItems are included in a DuplicateRecordSet, which are processed in duplicate jobs. Use this object to create custom report types for duplicates.
- DuplicateRecordSet — Represents a group of records that have been identified as duplicates. Each duplicate record set contains one or more duplicate record items. Use this object to create custom report types and view the results of duplicate jobs.
- FieldChangeSnapshot — Use this virtual object to learn which opportunities' close dates changed during the specified time period.
- FieldHistoryArchive — Represents field history values for all objects that retain field history. FieldHistoryArchive is a big object, available only to users with the “Retain Field History” permission.
- MatchingInformation — Matching Information - MatchingInformation
- ObjectDataImport — Represents the data import status of one or more object records.
- ObjectDataImportReference — Represents the relationships to the associated reference objects showing the source from which the data is imported.
- RecentFieldChange — Use this virtual object to see how an opportunity has changed in the past seven days. Learn the previous value of a field, who made the change, and when the change was made.
Install
rawctx snapshot-download @pasar6987/sf-core-data-management
Structure review
Inspect package structure after the usage path is clear
Use the structural review when you need the package footprint, field counts, and model paths before a deeper explorer pass.
