You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Flow\ETL\Row\Schema\Definition only exposes class name of the Entry which it's representing.
Because of that SchemaASCIIFormatter needs to match entry class with PHP Types that we have. I would like to move that logic into the Definition itself since it can be also later user to programmatically analyze the schema
The text was updated successfully, but these errors were encountered:
Currently,
Flow\ETL\Row\Schema\Definition
only exposes class name of the Entry which it's representing.Because of that
SchemaASCIIFormatter
needs to match entry class with PHP Types that we have. I would like to move that logic into the Definition itself since it can be also later user to programmatically analyze the schemaThe text was updated successfully, but these errors were encountered: