# Hardcoded Records ## Sync overview The Sample Data (Hardcoded Records) source outputs sample data (same record over and over again, but very fast) and is intended to be used in performance testing. ### Output schemas This source will generate an dataset with products (skinny), customers (fat) and dummy fields. Here's the examples:
Products ```json { "id": 1, "make": "Mazda", "model": "MX-5", "year": 2008, "price": 2869, "created_at": "2022-02-01T17:02:19+00:00", "updated_at": "2022-11-01T17:02:19+00:00" } ```

Customers ```json { "id": 6569096478909, "email": "test@test.com", "created_at": "2023-04-13T02:30:04-07:00", "updated_at": "2023-04-24T06:53:48-07:00", "first_name": "New Test", "last_name": "Customer", "orders_count": 0, "state": "disabled", "total_spent": 0.0, "last_order_id": null, "note": "updated_mon_24.04.2023", "verified_email": true, "multipass_identifier": null, "tax_exempt": false, "tags": "", "last_order_name": null, "currency": "USD", "phone": "+380639379992", "addresses": [ { "id": 8092523135165, "customer_id": 6569096478909, "first_name": "New Test", "last_name": "Customer", "company": "Test Company", "address1": "My Best Accent", "address2": "", "city": "Fair Lawn", "province": "New Jersey", "country": "United States", "zip": "07410", "phone": "", "name": "New Test Customer", "province_code": "NJ", "country_code": "US", "country_name": "United States", "default": true } ], "accepts_marketing": true, "accepts_marketing_updated_at": "2023-04-13T02:30:04-07:00", "marketing_opt_in_level": "single_opt_in", "tax_exemptions": "[]", "email_marketing_consent": { "state": "subscribed", "opt_in_level": "single_opt_in", "consent_updated_at": "2023-04-13T02:30:04-07:00" }, "sms_marketing_consent": { "state": "not_subscribed", "opt_in_level": "single_opt_in", "consent_updated_at": null, "consent_collected_from": "SHOPIFY" }, "admin_graphql_api_id": "gid://shopify/Customer/6569096478909", "default_address": { "id": 8092523135165, "customer_id": 6569096478909, "first_name": "New Test", "last_name": "Customer", "company": "Test Company", "address1": "My Best Accent", "address2": "", "city": "Fair Lawn", "province": "New Jersey", "country": "United States", "zip": "07410", "phone": "", "name": "New Test Customer", "province_code": "NJ", "country_code": "US", "country_name": "United States", "default": true }, "shop_url": "airbyte-integration-test" } ```

Dummy Fields ```json { "field1": "valuevaluevaluevaluevalue1", "field2": "valuevaluevaluevaluevalue1", "field3": "valuevaluevaluevaluevalue1", "field4": "valuevaluevaluevaluevalue1", "field5": "valuevaluevaluevaluevalue1" } ```
### Features | Feature | Supported?\(Yes/No\) | Notes | |:------------------|:---------------------|:------| | Full Refresh Sync | Yes | | | Incremental Sync | No | | | Namespaces | No | | ### Requirements None! ## Changelog
Expand to review | Version | Date | Pull Request | Subject | |:--------|:-----------|:---------------------------------------------------------|:-------------------------| | 0.0.46 | 2025-10-21 | [68285](https://github.com/airbytehq/airbyte/pull/68285) | Update dependencies | | 0.0.45 | 2025-10-14 | [67921](https://github.com/airbytehq/airbyte/pull/67921) | Update dependencies | | 0.0.44 | 2025-10-07 | [67413](https://github.com/airbytehq/airbyte/pull/67413) | Update dependencies | | 0.0.43 | 2025-09-30 | [66824](https://github.com/airbytehq/airbyte/pull/66824) | Update dependencies | | 0.0.42 | 2025-07-12 | [63159](https://github.com/airbytehq/airbyte/pull/63159) | Update dependencies | | 0.0.41 | 2025-05-17 | [60722](https://github.com/airbytehq/airbyte/pull/60722) | Update dependencies | | 0.0.40 | 2025-05-10 | [59811](https://github.com/airbytehq/airbyte/pull/59811) | Update dependencies | | 0.0.39 | 2025-05-03 | [58789](https://github.com/airbytehq/airbyte/pull/58789) | Update dependencies | | 0.0.38 | 2025-04-25 | [53640](https://github.com/airbytehq/airbyte/pull/53640) | tests(source-hardcoded-records): replace CAT with FAST Airbyte Standard Tests | | 0.0.37 | 2025-04-19 | [58217](https://github.com/airbytehq/airbyte/pull/58217) | Update dependencies | | 0.0.36 | 2025-04-12 | [57728](https://github.com/airbytehq/airbyte/pull/57728) | Update dependencies | | 0.0.35 | 2025-04-05 | [57091](https://github.com/airbytehq/airbyte/pull/57091) | Update dependencies | | 0.0.34 | 2025-03-29 | [56656](https://github.com/airbytehq/airbyte/pull/56656) | Update dependencies | | 0.0.33 | 2025-03-22 | [56044](https://github.com/airbytehq/airbyte/pull/56044) | Update dependencies | | 0.0.32 | 2025-03-08 | [55481](https://github.com/airbytehq/airbyte/pull/55481) | Update dependencies | | 0.0.31 | 2025-03-04 | [55196](https://github.com/airbytehq/airbyte/pull/55196) | fix(source-hardcoded-records): use latest CDK | | 0.0.30 | 2025-03-01 | [54814](https://github.com/airbytehq/airbyte/pull/54814) | Update dependencies | | 0.0.29 | 2025-02-22 | [54304](https://github.com/airbytehq/airbyte/pull/54304) | Update dependencies | | 0.0.28 | 2025-02-15 | [53810](https://github.com/airbytehq/airbyte/pull/53810) | Update dependencies | | 0.0.27 | 2025-02-10 | [53607](https://github.com/airbytehq/airbyte/pull/53607) | fix: pin CDK version and declare Python 3.12 support for source-hardcoded-records | | 0.0.26 | 2025-02-01 | [52749](https://github.com/airbytehq/airbyte/pull/52749) | Update dependencies | | 0.0.25 | 2025-01-25 | [52269](https://github.com/airbytehq/airbyte/pull/52269) | Update dependencies | | 0.0.24 | 2025-01-11 | [51223](https://github.com/airbytehq/airbyte/pull/51223) | Update dependencies | | 0.0.23 | 2025-01-04 | [50895](https://github.com/airbytehq/airbyte/pull/50895) | Update dependencies | | 0.0.22 | 2024-12-28 | [50626](https://github.com/airbytehq/airbyte/pull/50626) | Update dependencies | | 0.0.21 | 2024-12-21 | [50140](https://github.com/airbytehq/airbyte/pull/50140) | Update dependencies | | 0.0.20 | 2024-12-14 | [49653](https://github.com/airbytehq/airbyte/pull/49653) | Update dependencies | | 0.0.19 | 2024-12-11 | [48976](https://github.com/airbytehq/airbyte/pull/48976) | Update dependencies | | 0.0.18 | 2024-11-25 | [48669](https://github.com/airbytehq/airbyte/pull/48669) | Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64 | | 0.0.17 | 2024-10-28 | [47052](https://github.com/airbytehq/airbyte/pull/47052) | Update dependencies | | 0.0.16 | 2024-10-12 | [46773](https://github.com/airbytehq/airbyte/pull/46773) | Update dependencies | | 0.0.15 | 2024-10-05 | [46492](https://github.com/airbytehq/airbyte/pull/46492) | Update dependencies | | 0.0.14 | 2024-09-28 | [46200](https://github.com/airbytehq/airbyte/pull/46200) | Update dependencies | | 0.0.13 | 2024-09-21 | [45756](https://github.com/airbytehq/airbyte/pull/45756) | Update dependencies | | 0.0.12 | 2024-09-14 | [45496](https://github.com/airbytehq/airbyte/pull/45496) | Update dependencies | | 0.0.11 | 2024-09-07 | [45280](https://github.com/airbytehq/airbyte/pull/45280) | Update dependencies | | 0.0.10 | 2024-09-03 | [45097](https://github.com/airbytehq/airbyte/pull/45097) | Update CDK version to ^5 | | 0.0.9 | 2024-08-31 | [45003](https://github.com/airbytehq/airbyte/pull/45003) | Update dependencies | | 0.0.8 | 2024-08-24 | [44630](https://github.com/airbytehq/airbyte/pull/44630) | Update dependencies | | 0.0.7 | 2024-08-17 | [44331](https://github.com/airbytehq/airbyte/pull/44331) | Update dependencies | | 0.0.6 | 2024-08-12 | [43823](https://github.com/airbytehq/airbyte/pull/43823) | Update dependencies | | 0.0.5 | 2024-08-10 | [43645](https://github.com/airbytehq/airbyte/pull/43645) | Update dependencies | | 0.0.4 | 2024-08-03 | [43244](https://github.com/airbytehq/airbyte/pull/43244) | Update dependencies | | 0.0.3 | 2024-07-29 | [42850](https://github.com/airbytehq/airbyte/pull/42850) | Update Airbyte CDK to v4 | | 0.0.2 | 2024-07-27 | [42828](https://github.com/airbytehq/airbyte/pull/42828) | Update dependencies | | 0.0.1 | 2024-07-23 | [42434](https://github.com/airbytehq/airbyte/pull/42434) | Initial Release |