Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Auto-generated identifier for schema is too long and ugly #2748

Open
blythed opened this issue Jan 28, 2025 · 0 comments
Open

[BUG] Auto-generated identifier for schema is too long and ugly #2748

blythed opened this issue Jan 28, 2025 · 0 comments

Comments

@blythed
Copy link
Collaborator

blythed commented Jan 28, 2025

[SQL: INSERT INTO "COMPONENT" (id, identifier, uuid, version, hidden, type_id, _path, dict, cdc_table) VALUES (%(id)s, %(identifier)s, %(uuid)s, %(version)s, %(hidden)s, %(type_id)s, %(_path)s, %(dict)s, %(cdc_table)s)]
[parameters: [{'id': '9b4810739eb74d50', 'identifier': "AUTO-ADEmail=<class 'str'>&BusinessUnit=<class 'str'>&Current_Employee_Rating=<class 'int'>&DOB=<class 'str'>&DepartmentType=<class 'str'>&Division=< ... (422 characters truncated) ... e=<class 'str'>&Supervisor=<class 'str'>&TerminationDescription=<class 'float'>&TerminationType=<class 'str'>&Title=<class 'str'>&_fold=<class 'str'>", 'uuid': '9b4810739eb74d50', 'version': 0, 'hidden': False, 'type_id': 'schema', '_path': 'superduper.components.schema.Schema', 'dict': '{"uuid": "9b4810739eb74d50", "upstream": null, "plugins": null, "cache": true, "status": "ready", "build_variables": null, "build_template": null, "f ... (802 characters truncated) ... , "uuid": "b8307b2033504d1f"}, "float": {"_path": "superduper.components.schema.FieldType", "uuid": "7794ec6222fc48d8"}}, "_files": {}, "_blobs": {}}', 'cdc_table': None}, {'id': '9701321fb115409a', 'identifier': 'employee_records', 'uuid': '9701321fb115409a', 'version': 0, 'hidden': False, 'type_id': 'table', '_path': 'superduper.components.table.Table', 'dict': '{"uuid": "9701321fb115409a", "upstream": null, "plugins": null, "cache": true, "status": "ready", "build_variables": null, "build_template": null, "s ... (749 characters truncated) ...  \'str\'>&Title=<class \'str\'>&_fold=<class \'str\'>:9b4810739eb74d50", "primary_id": "id", "data": null, "_builds": {}, "_files": {}, "_blobs": {}}', 'cdc_table': None}]]
(Background on this error at: https://sqlalche.me/e/20/f405)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant