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

Making the EntitySource.Type nullable #1530

Conversation

aaronpowell
Copy link
Contributor

When it is a CosmosDB_NoSQL config, the entity 'type' is not important as there are no types in CosmosDB_NoSQL, so we don't want anything there.

Combining this with #1529 will see the value removed from the config entirely

When it is a CosmosDB_NoSQL config, the entity 'type' is not important as there are no types in CosmosDB_NoSQL, so we don't want anything there.

Combining this with #1529 will see the value removed from the config entirely
"linking.target.fields": []
}
}
"source": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

incorrect indentation

Copy link
Contributor

@abhishekkumams abhishekkumams Jun 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably no change is required in this file. maybe just revert the indentation change

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are some minor stylistic changes and it seems very dependent on which formatter you use 😅

@aaronpowell aaronpowell merged commit 59456c5 into aaronpowell/new-config-engine Jun 22, 2023
@aaronpowell aaronpowell deleted the aaronpowell/new-config-engine-null-entity-type branch June 22, 2023 05:33
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

Successfully merging this pull request may close these issues.

4 participants