I have a Power Platform solution in which I have created a custom Entity with a calculated column using a PowerFx Formula.
I have now connected the solution to an Azure DevOps Git repository using the built-in Git integration in Power Platform.
When I create a commit with the contents of my solution, Power Platform does create the required YAML files for the entity and its columns. The column metadata even identifies the column as a calculated column and refers to a file path for the formula definition. However, the file path containing the PowerFx formula has not been synced to the repository.
When attempting to synchronize the solution from Git in another environment, the pull fails, because the column formula is missing.
And even if you create and commit a formula definition file like the one created when you unpack the solution using the pac CLI, the pull using the Git integration still fails.